Skip to content

Commit f46b816

Browse files
authored
Merge pull request #195 from wanjunlei/release-2.3
pre release v2.3.0
2 parents 014a8dd + 57db60f commit f46b816

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,17 +81,17 @@ We assume you already have a Kubernetes cluster (v1.16+). You can install one us
8181

8282
```shell
8383
# Deploy CRDs and the Notification Manager Operator:
84-
kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.2.0/bundle.yaml
84+
kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.3.0-rc.0/bundle.yaml
8585
# Deploy default template:
86-
kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.2.0/template.yaml
86+
kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.3.0-rc.0/template.yaml
8787
# Deploy built-in language packs.
88-
kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.2.0/zh-cn.yaml
88+
kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.3.0-rc.0/zh-cn.yaml
8989
```
9090

9191
#### Install with helm
9292

9393
```shell
94-
helm install notification-manager --create-namespace -n kubesphere-monitoring-system https://github.com/kubesphere/notification-manager/releases/download/v2.2.0/notification-manager.tgz
94+
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
9595
```
9696

9797
### Configure NotificationManager
@@ -102,7 +102,7 @@ ensures a deployment meeting the resource requirements is running.
102102
We should create a NotificationManager CR first, skip this when using helm install.
103103

104104
```shell
105-
kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.2.0/notification_manager.yaml
105+
kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.3.0-rc.0/notification_manager.yaml
106106
```
107107

108108
### Configure sender

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
latest
1+
v2.3.0-rc.0

config/bundle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11406,7 +11406,7 @@ spec:
1140611406
fieldRef:
1140711407
apiVersion: v1
1140811408
fieldPath: metadata.namespace
11409-
image: kubesphere/notification-manager-operator:latest
11409+
image: kubesphere/notification-manager-operator:v2.3.0-rc.0
1141011410
imagePullPolicy: Always
1141111411
name: notification-manager-operator
1141211412
ports:

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: controller
77
newName: kubesphere/notification-manager-operator
8-
newTag: latest
8+
newTag: v2.3.0-rc.0

config/samples/notification_manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
requests:
1212
cpu: 100m
1313
memory: 20Mi
14-
image: kubesphere/notification-manager:latest
14+
image: kubesphere/notification-manager:v2.3.0-rc.0
1515
imagePullPolicy: Always
1616
serviceAccountName: notification-manager-sa
1717
portName: webhook

helm/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ operator:
3030
operator:
3131
image:
3232
repo: kubesphere/notification-manager-operator
33-
tag: v2.2.0
33+
tag: v2.3.0-rc.0
3434
pullPolicy: IfNotPresent
3535
resources:
3636
limits:
@@ -48,7 +48,7 @@ operator:
4848
notificationmanager:
4949
image:
5050
repo: kubesphere/notification-manager
51-
tag: v2.2.0
51+
tag: v2.3.0-rc.0
5252
pullPolicy: IfNotPresent
5353
replicas: 1
5454
resources:

0 commit comments

Comments
 (0)