From 66d8be394eee41883acf89cd6fa47db7a52bbde2 Mon Sep 17 00:00:00 2001 From: Gentleelephant Date: Fri, 6 Jan 2023 14:08:11 +0800 Subject: [PATCH] release v2.2.0 Signed-off-by: Gentleelephant --- VERSION | 2 +- config/bundle.yaml | 2 +- config/manager/kustomization.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index b9bc2fdc..cf2dc0bc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -latest \ No newline at end of file +v2.2.0 \ No newline at end of file diff --git a/config/bundle.yaml b/config/bundle.yaml index ba27e310..d3f740d2 100644 --- a/config/bundle.yaml +++ b/config/bundle.yaml @@ -11406,7 +11406,7 @@ spec: fieldRef: apiVersion: v1 fieldPath: metadata.namespace - image: kubesphere/notification-manager-operator:latest + image: kubesphere/notification-manager-operator:v2.2.0 imagePullPolicy: Always name: notification-manager-operator ports: diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index c5de02c2..0fcd443f 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: controller newName: kubesphere/notification-manager-operator - newTag: latest + newTag: v2.2.0