From 0cebecb9a8b9b49f764e4ba8108db955107d5540 Mon Sep 17 00:00:00 2001 From: wanjunlei Date: Wed, 20 Sep 2023 15:03:23 +0800 Subject: [PATCH] release v2.4.0 Signed-off-by: wanjunlei --- 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..fa49670c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -latest \ No newline at end of file +v2.4.0 \ No newline at end of file diff --git a/config/bundle.yaml b/config/bundle.yaml index 9c8c7ae3..208e1b37 100644 --- a/config/bundle.yaml +++ b/config/bundle.yaml @@ -11549,7 +11549,7 @@ spec: fieldRef: apiVersion: v1 fieldPath: metadata.namespace - image: kubesphere/notification-manager-operator:latest + image: kubesphere/notification-manager-operator:v2.4.0 imagePullPolicy: Always name: notification-manager-operator ports: diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index c5de02c2..04d32919 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.4.0