From ce86a4add6362f99a65812beda4bb6c3dfabefec Mon Sep 17 00:00:00 2001 From: junot Date: Wed, 8 Nov 2023 17:58:01 +0800 Subject: [PATCH] upgrade version to v0.7.0 Signed-off-by: junot --- README.md | 4 ++-- VERSION | 2 +- config/bundle.yaml | 2 +- config/crs/bundle.yaml | 4 ++-- config/crs/kustomization.yaml | 4 ++-- config/kustomization.yaml | 2 +- helm/Chart.yaml | 4 ++-- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 0b3ba39..9457acf 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.7/config/bundle.yaml +kubectl apply -f https://raw.githubusercontent.com/kubesphere/kube-events/release-0.7/config/crs/bundle.yaml ``` Or install it by [helm chart](./helm/README.md). diff --git a/VERSION b/VERSION index b9bc2fd..e7f5d1a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -latest \ No newline at end of file +v0.7.0 \ No newline at end of file diff --git a/config/bundle.yaml b/config/bundle.yaml index 7159f60..a2b5e04 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.7.0 name: events-operator ports: - containerPort: 9443 diff --git a/config/crs/bundle.yaml b/config/crs/bundle.yaml index 5104843..9883f39 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.7.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.7.0 replicas: 2 resources: {} sinks: diff --git a/config/crs/kustomization.yaml b/config/crs/kustomization.yaml index 32f5e2a..393eeeb 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.7.0 - name: ruler newName: kubesphere/kube-events-ruler - newTag: latest + newTag: v0.7.0 apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization diff --git a/config/kustomization.yaml b/config/kustomization.yaml index 09e7a8b..733ac35 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.7.0 apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 2431002..a93973a 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -3,8 +3,8 @@ name: kube-events description: provides easy kube-events definitions for event exporting, filtering and alerting. icon: type: application -version: 0.4.2 -appVersion: 0.6.0 +version: 0.4.3 +appVersion: 0.7.0 source: - https://github.com/kubesphere/kube-events keywords: