From 57db60fcb3cc6b0af83c420d95a3019cd259026e Mon Sep 17 00:00:00 2001 From: wanjunlei Date: Tue, 7 Feb 2023 16:00:39 +0800 Subject: [PATCH] pre release v2.3.0 Signed-off-by: wanjunlei --- README.md | 10 +++++----- VERSION | 2 +- config/bundle.yaml | 2 +- config/manager/kustomization.yaml | 2 +- config/samples/notification_manager.yaml | 2 +- helm/values.yaml | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index d5411777..060ac873 100644 --- a/README.md +++ b/README.md @@ -81,17 +81,17 @@ We assume you already have a Kubernetes cluster (v1.16+). You can install one us ```shell # Deploy CRDs and the Notification Manager Operator: -kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.2.0/bundle.yaml +kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.3.0-rc.0/bundle.yaml # Deploy default template: -kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.2.0/template.yaml +kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.3.0-rc.0/template.yaml # Deploy built-in language packs. -kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.2.0/zh-cn.yaml +kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.3.0-rc.0/zh-cn.yaml ``` #### Install with helm ```shell -helm install notification-manager --create-namespace -n kubesphere-monitoring-system https://github.com/kubesphere/notification-manager/releases/download/v2.2.0/notification-manager.tgz +helm install notification-manager --create-namespace -n kubesphere-monitoring-system https://github.com/kubesphere/notification-manager/releases/download/v2.3.0-rc.0/notification-manager.tgz ``` ### Configure NotificationManager @@ -102,7 +102,7 @@ ensures a deployment meeting the resource requirements is running. We should create a NotificationManager CR first, skip this when using helm install. ```shell -kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.2.0/notification_manager.yaml +kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.3.0-rc.0/notification_manager.yaml ``` ### Configure sender diff --git a/VERSION b/VERSION index b9bc2fdc..09754f0c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -latest \ No newline at end of file +v2.3.0-rc.0 \ No newline at end of file diff --git a/config/bundle.yaml b/config/bundle.yaml index 14a70932..281bfa72 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.3.0-rc.0 imagePullPolicy: Always name: notification-manager-operator ports: diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index c5de02c2..0514393a 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.3.0-rc.0 diff --git a/config/samples/notification_manager.yaml b/config/samples/notification_manager.yaml index b9dc8aaa..4e38e9ad 100644 --- a/config/samples/notification_manager.yaml +++ b/config/samples/notification_manager.yaml @@ -11,7 +11,7 @@ spec: requests: cpu: 100m memory: 20Mi - image: kubesphere/notification-manager:latest + image: kubesphere/notification-manager:v2.3.0-rc.0 imagePullPolicy: Always serviceAccountName: notification-manager-sa portName: webhook diff --git a/helm/values.yaml b/helm/values.yaml index 9be72d49..a6f19ce7 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -30,7 +30,7 @@ operator: operator: image: repo: kubesphere/notification-manager-operator - tag: v2.2.0 + tag: v2.3.0-rc.0 pullPolicy: IfNotPresent resources: limits: @@ -48,7 +48,7 @@ operator: notificationmanager: image: repo: kubesphere/notification-manager - tag: v2.2.0 + tag: v2.3.0-rc.0 pullPolicy: IfNotPresent replicas: 1 resources: