Skip to content

Commit 2f03180

Browse files
huang-tianwendargolith
authored andcommitted
[stable/rabbitmq] - Fix wrong PUBLISH_PORT(default 9090) if defined in values.yaml (helm#18958)
* Fix wrong PUBLISH_PORT(defalut 9090) if defined in values.yaml(values-production.yaml) Signed-off-by: huang-tianwen <[email protected]> * Chart version increment Signed-off-by: huang-tianwen <[email protected]>
1 parent 07efd97 commit 2f03180

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

stable/rabbitmq/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
name: rabbitmq
3-
version: 6.12.1
3+
version: 6.12.2
44
appVersion: 3.8.1
55
description: Open source message broker software that implements the Advanced Message Queuing Protocol (AMQP)
66
keywords:

stable/rabbitmq/templates/statefulset.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,8 @@ spec:
253253
value: "http://{{ .Values.metrics.rabbitmqAddress }}:{{ .Values.service.managerPort }}"
254254
- name: RABBIT_USER
255255
value: {{ .Values.rabbitmq.username }}
256+
- name: PUBLISH_PORT
257+
value: "{{ .Values.metrics.port }}"
256258
{{ if .Values.metrics.capabilities }}
257259
- name: RABBIT_CAPABILITIES
258260
value: "{{ .Values.metrics.capabilities }}"

0 commit comments

Comments
 (0)