diff --git a/README.md b/README.md index 0b3ba39..a43eb44 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ The architecture diagram is as follows: Install quickly kube-events into your kubernetes cluster with the following commands: ```bash -kubectl apply -f https://raw.githubusercontent.com/kubesphere/kube-events/master/config/bundle.yaml -kubectl apply -f https://raw.githubusercontent.com/kubesphere/kube-events/master/config/crs/bundle.yaml +kubectl apply -f https://raw.githubusercontent.com/kubesphere/kube-events/release-0.6/config/bundle.yaml +kubectl apply -f https://raw.githubusercontent.com/kubesphere/kube-events/release-0.6/config/crs/bundle.yaml ``` Or install it by [helm chart](./helm/README.md). diff --git a/VERSION b/VERSION index b9bc2fd..e07d136 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -latest \ No newline at end of file +v0.6.0 \ No newline at end of file diff --git a/config/bundle.yaml b/config/bundle.yaml index 7159f60..51224c5 100644 --- a/config/bundle.yaml +++ b/config/bundle.yaml @@ -5909,7 +5909,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: kubesphere/kube-events-operator:latest + image: kubesphere/kube-events-operator:v0.6.0 name: events-operator ports: - containerPort: 9443 diff --git a/config/crs/bundle.yaml b/config/crs/bundle.yaml index 5104843..ed2a02d 100644 --- a/config/crs/bundle.yaml +++ b/config/crs/bundle.yaml @@ -4,7 +4,7 @@ metadata: name: kube-events-exporter namespace: kubesphere-logging-system spec: - image: kubesphere/kube-events-exporter:latest + image: kubesphere/kube-events-exporter:v0.6.0 resources: {} sinks: stdout: {} @@ -893,7 +893,7 @@ metadata: name: kube-events-ruler namespace: kubesphere-logging-system spec: - image: kubesphere/kube-events-ruler:latest + image: kubesphere/kube-events-ruler:v0.6.0 replicas: 2 resources: {} sinks: diff --git a/config/crs/kustomization.yaml b/config/crs/kustomization.yaml index 32f5e2a..6fad6fa 100644 --- a/config/crs/kustomization.yaml +++ b/config/crs/kustomization.yaml @@ -11,9 +11,9 @@ patchesStrategicMerge: images: - name: exporter newName: kubesphere/kube-events-exporter - newTag: latest + newTag: v0.6.0 - name: ruler newName: kubesphere/kube-events-ruler - newTag: latest + newTag: v0.6.0 apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization diff --git a/config/kustomization.yaml b/config/kustomization.yaml index 09e7a8b..81d5876 100644 --- a/config/kustomization.yaml +++ b/config/kustomization.yaml @@ -9,6 +9,6 @@ configurations: images: - name: operator newName: kubesphere/kube-events-operator - newTag: latest + newTag: v0.6.0 apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization