From 13d2055d20418742cdd80eebd3f409090fd92374 Mon Sep 17 00:00:00 2001 From: wanjunlei Date: Tue, 23 Jan 2024 17:06:37 +0800 Subject: [PATCH] release v2.5.0-rc.0 Signed-off-by: wanjunlei --- VERSION | 2 +- config/bundle.yaml | 2 +- config/manager/kustomization.yaml | 2 +- helm/values.yaml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index b9bc2fdc..c5664e01 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -latest \ No newline at end of file +v2.5.0-rc.0 \ No newline at end of file diff --git a/config/bundle.yaml b/config/bundle.yaml index 86c50ad7..41d8dd07 100644 --- a/config/bundle.yaml +++ b/config/bundle.yaml @@ -8044,7 +8044,7 @@ spec: fieldRef: apiVersion: v1 fieldPath: metadata.namespace - image: kubesphere/notification-manager-operator:latest + image: kubesphere/notification-manager-operator:v2.5.0-rc.0 imagePullPolicy: Always name: notification-manager-operator ports: diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index c5de02c2..d9ca8aa8 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.5.0-rc.0 diff --git a/helm/values.yaml b/helm/values.yaml index e9ba96fb..afc36ba5 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -23,7 +23,7 @@ operator: operator: image: repo: kubesphere/notification-manager-operator - tag: v2.4.0 + tag: v2.5.0-rc.0 pullPolicy: IfNotPresent resources: limits: @@ -41,7 +41,7 @@ operator: notificationmanager: image: repo: kubesphere/notification-manager - tag: v2.4.0 + tag: v2.5.0-rc.0 pullPolicy: IfNotPresent replicas: 1 resources: