From e4736d59eaaadc134a7f37926c5fc9c1e08dd9f7 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Thu, 7 Aug 2025 16:26:19 +0800 Subject: [PATCH] fix: update RabbitMQ auth password and configuration settings Signed-off-by: zhenyus --- freeleaps/helm-pkg/3rd/rabbitmq/values.alpha.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/freeleaps/helm-pkg/3rd/rabbitmq/values.alpha.yaml b/freeleaps/helm-pkg/3rd/rabbitmq/values.alpha.yaml index f8eb8a35..573cfd0f 100644 --- a/freeleaps/helm-pkg/3rd/rabbitmq/values.alpha.yaml +++ b/freeleaps/helm-pkg/3rd/rabbitmq/values.alpha.yaml @@ -21,9 +21,9 @@ resources: memory: 512Mi auth: username: user - password: "" + password: "NjlhHFvnDuC7K0ir" securePassword: true - updatePassword: true + updatePassword: false enableLoopbackUser: false tls: enabled: false