File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -81,17 +81,17 @@ We assume you already have a Kubernetes cluster (v1.16+). You can install one us
81
81
82
82
``` shell
83
83
# 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
85
85
# 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
87
87
# 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
89
89
```
90
90
91
91
#### Install with helm
92
92
93
93
``` 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
95
95
```
96
96
97
97
### Configure NotificationManager
@@ -102,7 +102,7 @@ ensures a deployment meeting the resource requirements is running.
102
102
We should create a NotificationManager CR first, skip this when using helm install.
103
103
104
104
``` 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
106
106
```
107
107
108
108
### Configure sender
Original file line number Diff line number Diff line change 1
- latest
1
+ v2.3.0-rc.0
Original file line number Diff line number Diff line change @@ -11406,7 +11406,7 @@ spec:
11406
11406
fieldRef:
11407
11407
apiVersion: v1
11408
11408
fieldPath: metadata.namespace
11409
- image: kubesphere/notification-manager-operator:latest
11409
+ image: kubesphere/notification-manager-operator:v2.3.0-rc.0
11410
11410
imagePullPolicy: Always
11411
11411
name: notification-manager-operator
11412
11412
ports:
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ kind: Kustomization
5
5
images :
6
6
- name : controller
7
7
newName : kubesphere/notification-manager-operator
8
- newTag : latest
8
+ newTag : v2.3.0-rc.0
Original file line number Diff line number Diff line change 11
11
requests :
12
12
cpu : 100m
13
13
memory : 20Mi
14
- image : kubesphere/notification-manager:latest
14
+ image : kubesphere/notification-manager:v2.3.0-rc.0
15
15
imagePullPolicy : Always
16
16
serviceAccountName : notification-manager-sa
17
17
portName : webhook
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ operator:
30
30
operator :
31
31
image :
32
32
repo : kubesphere/notification-manager-operator
33
- tag : v2.2 .0
33
+ tag : v2.3.0-rc .0
34
34
pullPolicy : IfNotPresent
35
35
resources :
36
36
limits :
@@ -48,7 +48,7 @@ operator:
48
48
notificationmanager :
49
49
image :
50
50
repo : kubesphere/notification-manager
51
- tag : v2.2 .0
51
+ tag : v2.3.0-rc .0
52
52
pullPolicy : IfNotPresent
53
53
replicas : 1
54
54
resources :
You can’t perform that action at this time.
0 commit comments