diff --git a/bitnami/rabbitmq/Chart.yaml b/bitnami/rabbitmq/Chart.yaml index fe1b7e6eb..fb199241e 100644 --- a/bitnami/rabbitmq/Chart.yaml +++ b/bitnami/rabbitmq/Chart.yaml @@ -23,4 +23,4 @@ name: rabbitmq sources: - https://github.com/bitnami/bitnami-docker-rabbitmq - https://www.rabbitmq.com -version: 8.9.0 +version: 8.9.1 diff --git a/bitnami/rabbitmq/templates/_helpers.tpl b/bitnami/rabbitmq/templates/_helpers.tpl index ba9bd6650..95c83eaa2 100644 --- a/bitnami/rabbitmq/templates/_helpers.tpl +++ b/bitnami/rabbitmq/templates/_helpers.tpl @@ -41,7 +41,7 @@ Return podAnnotations */}} {{- define "rabbitmq.podAnnotations" -}} {{- if .Values.podAnnotations }} -{{ toYaml .Values.podAnnotations }} +{{ include "common.tplvalues.render" (dict "value" .Values.podAnnotations "context" $) }} {{- end }} {{- if .Values.metrics.enabled }} {{ include "common.tplvalues.render" (dict "value" .Values.metrics.podAnnotations "context" $) }}