Skip to content

Commit

Permalink
Merge pull request #195 from wanjunlei/release-2.3
Browse files Browse the repository at this point in the history
pre release v2.3.0
  • Loading branch information
benjaminhuo authored Feb 7, 2023
2 parents 014a8dd + 57db60f commit f46b816
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
latest
v2.3.0-rc.0
2 changes: 1 addition & 1 deletion config/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: kubesphere/notification-manager-operator
newTag: latest
newTag: v2.3.0-rc.0
2 changes: 1 addition & 1 deletion config/samples/notification_manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit f46b816

Please sign in to comment.