From 2ffcaecb497b6c1536ce41e21ca610cd57509bb9 Mon Sep 17 00:00:00 2001 From: Gabriel cuadros Date: Thu, 18 May 2023 08:02:05 -0500 Subject: [PATCH] disable secure password disable securepassword --- stable/xray/Chart.yaml | 4 ++-- stable/xray/values.yaml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/stable/xray/Chart.yaml b/stable/xray/Chart.yaml index 0bc762570..a0762bc54 100644 --- a/stable/xray/Chart.yaml +++ b/stable/xray/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 3.71.6 +appVersion: 3.71.7 dependencies: - condition: postgresql.enabled name: postgresql @@ -24,4 +24,4 @@ name: xray sources: - https://github.com/jfrog/charts type: application -version: 103.71.6 +version: 103.71.7 diff --git a/stable/xray/values.yaml b/stable/xray/values.yaml index d67910494..4e86da9ed 100644 --- a/stable/xray/values.yaml +++ b/stable/xray/values.yaml @@ -395,6 +395,7 @@ rabbitmq: auth: username: guest password: password + securePassword: false ## Alternatively, you can use a pre-existing secret with a key called rabbitmq-password by specifying existingPasswordSecret # existingPasswordSecret: erlangCookie: XRAYRABBITMQCLUSTER