[bitnami/rabbitmq] extraVolumeMounts new line fix (#2533)

* Fixes #2532 adding a new line before the extra volume

* Updated chart version

* [bitnami/rabbitmq] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
Javier Alfonso
2020-05-07 10:44:34 +02:00
committed by GitHub
parent ab7c5a230c
commit ecb515030b
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: rabbitmq
version: 6.25.7
version: 6.25.8
appVersion: 3.8.3
description: Open source message broker software that implements the Advanced Message Queuing Protocol (AMQP)
keywords:

View File

@@ -106,7 +106,7 @@ spec:
{{- end }}
volumeMounts:
{{- if .Values.extraVolumeMounts }}
{{- toYaml .Values.extraVolumeMounts | indent 12 }}
{{- toYaml .Values.extraVolumeMounts | nindent 12 }}
{{- end }}
- name: config-volume
mountPath: /opt/bitnami/rabbitmq/conf

View File

@@ -14,7 +14,7 @@
image:
registry: docker.io
repository: bitnami/rabbitmq
tag: 3.8.3-debian-10-r68
tag: 3.8.3-debian-10-r71
## set to true if you would like to see extra information on logs
## it turns BASH and NAMI debugging in minideb

View File

@@ -14,7 +14,7 @@
image:
registry: docker.io
repository: bitnami/rabbitmq
tag: 3.8.3-debian-10-r68
tag: 3.8.3-debian-10-r71
## set to true if you would like to see extra information on logs
## it turns BASH and NAMI debugging in minideb