Skip to content

Commit

Permalink
Merge pull request #237 from wanjunlei/release-2.5
Browse files Browse the repository at this point in the history
release v2.5.0-rc.0
  • Loading branch information
benjaminhuo authored Jan 23, 2024
2 parents b30d0ff + 13d2055 commit c3fc735
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
latest
v2.5.0-rc.0
2 changes: 1 addition & 1 deletion config/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8044,7 +8044,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
image: kubesphere/notification-manager-operator:latest
image: kubesphere/notification-manager-operator:v2.5.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.5.0-rc.0
4 changes: 2 additions & 2 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ operator:
operator:
image:
repo: kubesphere/notification-manager-operator
tag: v2.4.0
tag: v2.5.0-rc.0
pullPolicy: IfNotPresent
resources:
limits:
Expand All @@ -41,7 +41,7 @@ operator:
notificationmanager:
image:
repo: kubesphere/notification-manager
tag: v2.4.0
tag: v2.5.0-rc.0
pullPolicy: IfNotPresent
replicas: 1
resources:
Expand Down

0 comments on commit c3fc735

Please sign in to comment.