Skip to content

Commit 6f0af78

Browse files
committedNov 3, 2020
Update RabbitMQ helm chart to also use the management variant
1 parent 34f6600 commit 6f0af78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎charts/rabbitmq/example-configurations.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ annotations:
1717

1818
replicas: 3
1919

20-
image: "rabbitmq:3.8.1"
20+
image: "rabbitmq:3.8.9-management"
2121

2222
imagePullSecret: foo
2323

‎charts/rabbitmq/expected-template-output

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ metadata:
2020
annotation2: bar
2121

2222
spec:
23-
image: rabbitmq:3.8.1
23+
image: rabbitmq:3.8.9-management
2424
imagePullSecret: foo
2525
replicas: 3
2626
service:

0 commit comments

Comments
 (0)