Skip to content

Commit

Permalink
[stable/rabbitmq-ha] Added support for extraLables in the ingress.yam…
Browse files Browse the repository at this point in the history
…l template (helm#22858)

* Added support for extraLables in the ingress.yaml template

Added support for extraLables in the ingress.yaml template. Include vesion bump

Added support for extraLables in the ingress.yaml template

Added support for extraLables in the ingress.yaml template. Include vesion bump

Added support for extraLabels and bumped the version

Signed-off-by: Marco Mojica <[email protected]>

* Added support for extraLabels and bumped the version

Signed-off-by: Marco Mojica <[email protected]>

* Revert bumped version

Signed-off-by: Marco Mojica <[email protected]>

* Added support for extraLabels and bumped the version

Signed-off-by: Marco Mojica <[email protected]>

Revert bumped version

Signed-off-by: Marco Mojica <[email protected]>

Co-authored-by: Marco Mojica <[email protected]>
Co-authored-by: Marco Mojica <[email protected]>
Signed-off-by: Miguel Mingorance <[email protected]>
  • Loading branch information
3 people authored and Miguel Mingorance committed Aug 28, 2020
1 parent 1502fd9 commit 1b2e1b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/rabbitmq-ha/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: rabbitmq-ha
apiVersion: v1
appVersion: 3.8.5
version: 1.46.3
version: 1.46.4
description: Highly available RabbitMQ cluster, the open source message broker
software that implements the Advanced Message Queuing Protocol (AMQP).
keywords:
Expand Down
3 changes: 3 additions & 0 deletions stable/rabbitmq-ha/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ metadata:
chart: {{ template "rabbitmq-ha.chart" . }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
{{- if .Values.extraLabels }}
{{ toYaml .Values.extraLabels | indent 4 }}
{{- end }}
annotations:
{{- range $key, $value := .Values.ingress.annotations }}
{{ $key }}: {{ $value | quote }}
Expand Down

0 comments on commit 1b2e1b0

Please sign in to comment.