Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[stable/rabbitmq] Fix breaking bitnami based RabbitMQ vhost configura…
Browse files Browse the repository at this point in the history
…tion (#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
  • Loading branch information
colingabr authored and k8s-ci-robot committed Jan 30, 2018
1 parent 2834ea9 commit d31e272
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/rabbitmq/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion stable/rabbitmq/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit d31e272

Please sign in to comment.