[stable/rabbitmq] Fix breaking bitnami based RabbitMQ vhost configuration (#3363)

* revert deletion of RABBITMQ_VHOST environment variable to restore the ability to configure vhosts for bitnami/rabbitmq images

* bump rabbitmq chart version

* removes unused RABBITMQ_DEFAULT_VHOST env variable

* bump version to 0.6.17
This commit is contained in:
Colin Gabrielson
2018-01-30 09:18:07 -08:00
committed by k8s-ci-robot
parent 2834ea9e86
commit d31e2725b8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: rabbitmq
version: 0.6.16
version: 0.6.17
appVersion: 3.7.2
description: Open source message broker software that implements the Advanced Message Queuing Protocol (AMQP)
keywords:
+1 -1
View File
@@ -50,7 +50,7 @@ spec:
value: {{ printf "%s@%s" (default "rabbit" .Values.rabbitmqNodeName) "localhost" | quote }}
- name: RABBITMQ_CLUSTER_NODE_NAME
value: {{ default "" .Values.rabbitmqClusterNodeName | quote }}
- name: RABBITMQ_DEFAULT_VHOST
- name: RABBITMQ_VHOST
value: {{ default "/" .Values.rabbitmqVhost | quote }}
- name: RABBITMQ_MANAGER_PORT_NUMBER
value: {{ default "15672" .Values.rabbitmqManagerPort | quote }}