diff --git a/VERSION b/VERSION index b9bc2fd..4ea5caf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -latest \ No newline at end of file +v0.8.0 \ No newline at end of file diff --git a/config/bundle.yaml b/config/bundle.yaml index 7159f60..6ee278b 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.8.0 name: events-operator ports: - containerPort: 9443 diff --git a/config/crs/bundle.yaml b/config/crs/bundle.yaml index 5104843..5a259ea 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.8.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.8.0 replicas: 2 resources: {} sinks: diff --git a/config/crs/kustomization.yaml b/config/crs/kustomization.yaml index 32f5e2a..57aa6dd 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.8.0 - name: ruler newName: kubesphere/kube-events-ruler - newTag: latest + newTag: v0.8.0 apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization diff --git a/config/kustomization.yaml b/config/kustomization.yaml index 09e7a8b..e9b3ed2 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.8.0 apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization