Skip to content

Commit 7163c0a

Browse files
fix: change password for rabbitmq and reuse values when upgrading helm
1 parent 12722ea commit 7163c0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.do/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ define call_helm_install
1717
-f ../codacy/values-production.yaml \
1818
-f values.yaml \
1919
--namespace ${2} \
20+
--reuse-values \
2021
--set global.imagePullSecrets[0].name=docker-credentials \
2122
--set global.play.cryptoSecret=$${SHARED_PLAY_CRYPTO_SECRET} \
2223
--set global.akka.sessionSecret=$${SHARED_AKKA_SESSION_SECRET} \
@@ -32,7 +33,6 @@ define call_helm_install
3233
--set global.workerManager.workers.config.imageVersion=${5} \
3334
--set global.crow.config.passwordAuth.password=$${CROW_PASSWORD} \
3435
--set rabbitmq.image.repository=bitnamilegacy/rabbitmq \
35-
3636
"$${extra_args[@]}"
3737
endef
3838

0 commit comments

Comments
 (0)