Skip to content

Commit

Permalink
release v2.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: wanjunlei <[email protected]>
  • Loading branch information
wanjunlei committed May 13, 2022
1 parent 5e901b4 commit 38d7d74
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,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.0.0/notification_manager.yaml
kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.0.1/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 @@
v2.0.0
v2.0.1
2 changes: 1 addition & 1 deletion config/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7244,7 +7244,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
image: kubesphere/notification-manager-operator:v2.0.0
image: kubesphere/notification-manager-operator:v2.0.1
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: v2.0.0
newTag: v2.0.1
2 changes: 1 addition & 1 deletion config/samples/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ spec:
groupLabels:
- alertname
- namespace
image: kubesphere/notification-manager:latest
image: kubesphere/notification-manager:v2.0.1
imagePullPolicy: Always
portName: webhook
receivers:
Expand Down
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:v2.0.0
image: kubesphere/notification-manager:v2.0.1
imagePullPolicy: Always
serviceAccountName: notification-manager-sa
portName: webhook
Expand Down
2 changes: 1 addition & 1 deletion controllers/notificationmanager_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ var (
apiGVStr = v2beta2.GroupVersion.String()
log logr.Logger
minReplicas int32 = 1
defaultImage = "kubesphere/notification-manager:v2.0.0"
defaultImage = "kubesphere/notification-manager:v2.0.1"
defaultImagePullPolicy = corev1.PullIfNotPresent
)

Expand Down

0 comments on commit 38d7d74

Please sign in to comment.