Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .do/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ define call_helm_install
--set global.workerManager.workers.config.imageVersion=${5} \
--set global.crow.config.passwordAuth.password=$${CROW_PASSWORD} \
--set rabbitmq.image.repository=bitnamilegacy/rabbitmq \

"$${extra_args[@]}"
endef

Expand Down
2 changes: 1 addition & 1 deletion codacy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ rabbitmq-ha:
tag: "3.8.35-debian-11-r5"
auth:
username: rabbitmq-codacy
password: rabbitmq-codacy
password: CHANGEME
prometheus:
operator:
enabled: false
Expand Down