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

Commit

Permalink
[stable/rabbitmq] Rename RABBITMQ_VHOST (#2853)
Browse files Browse the repository at this point in the history
* Rename RABBITMQ_VHOST

Rename RABBITMQ_VHOST to RABBITMQ_DEFAULT_VHOST to work with latest rabbitmq:3 images. 
Source: https://hub.docker.com/_/rabbitmq/

* Bump rabbitmq chart version
  • Loading branch information
arthur-c authored and unguiculus committed Dec 7, 2017
1 parent 8105dd9 commit d8859b2
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.12
version: 0.6.13
appVersion: 3.6.14
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 @@ -38,7 +38,7 @@ spec:
value: {{ printf "%s@%s" (default "rabbit" .Values.rabbitmqNodeName) "localhost" | quote }}
- name: RABBITMQ_CLUSTER_NODE_NAME
value: {{ default "" .Values.rabbitmqClusterNodeName | quote }}
- name: RABBITMQ_VHOST
- name: RABBITMQ_DEFAULT_VHOST
value: {{ default "/" .Values.rabbitmqVhost | quote }}
- name: RABBITMQ_MANAGER_PORT_NUMBER
value: {{ default "15672" .Values.rabbitmqManagerPort | quote }}
Expand Down

0 comments on commit d8859b2

Please sign in to comment.