Update Secret.yaml (#5546)

* Update Secret.yaml

Increase rabbitmq password complexity

* Update Chart.yaml

Chart version changed
This commit is contained in:
Alexander
2018-05-17 14:45:10 -07:00
committed by k8s-ci-robot
parent af39f93c09
commit 41a11e92d0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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 }}