Skip to content

Commit

Permalink
Feature: update image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangpeng committed Nov 11, 2024
1 parent ab40f01 commit c261500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/rabbitmq/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ manager:
memory: 500Mi
image: rabbitmq-operator
## tag default uses appVersion from Chart.yaml, to override specify tag tag: "v1.1"
tag: "2.2.2"
tag: "2.2.3"
# If a watchNamespace is specified, the manager's cache will be restricted to
# watch objects in the desired namespace. Defaults is to watch all namespaces.
watchNamespace:
Expand All @@ -26,4 +26,4 @@ pullPolicy: Always
cluster:
rabbitmq:
image: rabbitmq
tag: "3.11.10-management"
tag: "3.11.13-management"

0 comments on commit c261500

Please sign in to comment.