Skip to content

Commit d6a00de

Browse files
Merge pull request #824 from codacy/ls/change-password-reuse-values
fix: change password for rabbitmq and reuse values when upgrading helm
2 parents 12722ea + 8014b0e commit d6a00de

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.do/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ define call_helm_install
3232
--set global.workerManager.workers.config.imageVersion=${5} \
3333
--set global.crow.config.passwordAuth.password=$${CROW_PASSWORD} \
3434
--set rabbitmq.image.repository=bitnamilegacy/rabbitmq \
35-
3635
"$${extra_args[@]}"
3736
endef
3837

codacy/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ rabbitmq-ha:
324324
tag: "3.8.35-debian-11-r5"
325325
auth:
326326
username: rabbitmq-codacy
327-
password: rabbitmq-codacy
327+
password: CHANGEME
328328
prometheus:
329329
operator:
330330
enabled: false

0 commit comments

Comments
 (0)