Skip to content

Commit

Permalink
disable secure password
Browse files Browse the repository at this point in the history
disable securepassword
  • Loading branch information
gabo89 committed Jun 6, 2023
1 parent ab6bdfb commit 2ffcaec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stable/xray/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 3.71.6
appVersion: 3.71.7
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -24,4 +24,4 @@ name: xray
sources:
- https://github.com/jfrog/charts
type: application
version: 103.71.6
version: 103.71.7
1 change: 1 addition & 0 deletions stable/xray/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: <name-of-existing-secret>
erlangCookie: XRAYRABBITMQCLUSTER
Expand Down

0 comments on commit 2ffcaec

Please sign in to comment.