mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Update Secret.yaml (#5546)
* Update Secret.yaml Increase rabbitmq password complexity * Update Chart.yaml Chart version changed
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
name: rabbitmq-ha
|
||||
apiVersion: v1
|
||||
appVersion: 3.7.4
|
||||
version: 1.5.0
|
||||
version: 1.5.1
|
||||
description: Highly available RabbitMQ cluster, the open source message broker
|
||||
software that implements the Advanced Message Queuing Protocol (AMQP).
|
||||
keywords:
|
||||
|
||||
@@ -16,7 +16,7 @@ data:
|
||||
{{ if .Values.rabbitmqPassword }}
|
||||
rabbitmq-password: {{ .Values.rabbitmqPassword | b64enc | quote }}
|
||||
{{ else }}
|
||||
rabbitmq-password: {{ randAlphaNum 10 | b64enc | quote }}
|
||||
rabbitmq-password: {{ randAscii 24 | nospace | b64enc | quote }}
|
||||
{{ end }}
|
||||
{{ if .Values.rabbitmqErlangCookie }}
|
||||
rabbitmq-erlang-cookie: {{ .Values.rabbitmqErlangCookie | b64enc | quote }}
|
||||
|
||||
Reference in New Issue
Block a user