Skip to content

Commit 58cbc87

Browse files
maxisambitnami-bot
andauthored
[bitnami/rabbitmq-cluster-operator] Set network policy properly for metrics (#36270)
* fix: set metrics service port correctly Signed-off-by: Sam Lin <[email protected]> Signed-off-by: Sam Lin <[email protected]> Signed-off-by: Sam Lin <[email protected]> * fix: set mertics port properly Signed-off-by: Sam Lin <[email protected]> Signed-off-by: Sam Lin <[email protected]> * Update Chart.yaml Signed-off-by: Sam Lin <[email protected]> Signed-off-by: Sam Lin <[email protected]> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <[email protected]> Signed-off-by: Sam Lin <[email protected]> Signed-off-by: Sam Lin <[email protected]> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <[email protected]> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <[email protected]> --------- Signed-off-by: Sam Lin <[email protected]> Signed-off-by: Sam Lin <[email protected]> Signed-off-by: Bitnami Bot <[email protected]> Co-authored-by: Bitnami Bot <[email protected]>
1 parent e07d331 commit 58cbc87

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

bitnami/rabbitmq-cluster-operator/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22

3-
## 4.4.34 (2025-08-21)
3+
## 4.4.36 (2025-10-29)
44

5-
* [bitnami/rabbitmq-cluster-operator] :zap: :arrow_up: Update dependency references ([#36162](https://github.com/bitnami/charts/pull/36162))
5+
* [bitnami/rabbitmq-cluster-operator] Set network policy properly for metrics ([#36270](https://github.com/bitnami/charts/pull/36270))
6+
7+
## <small>4.4.34 (2025-08-21)</small>
8+
9+
* [bitnami/rabbitmq-cluster-operator] :zap: :arrow_up: Update dependency references (#36162) ([a9371f0](https://github.com/bitnami/charts/commit/a9371f09098a7742890b222642885cc7965eeb76)), closes [#36162](https://github.com/bitnami/charts/issues/36162)
610

711
## <small>4.4.33 (2025-08-21)</small>
812

bitnami/rabbitmq-cluster-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ maintainers:
3838
name: rabbitmq-cluster-operator
3939
sources:
4040
- https://github.com/bitnami/charts/tree/main/bitnami/rabbitmq-cluster-operator
41-
version: 4.4.35
41+
version: 4.4.36

bitnami/rabbitmq-cluster-operator/templates/cluster-operator/networkpolicy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ spec:
6060
{{- end }}
6161
{{- end }}
6262
ingress:
63-
{{- if .Values.clusterOperator.metrics.enabled }}
63+
{{- if .Values.clusterOperator.metrics.service.enabled }}
6464
- ports:
6565
- port: {{ .Values.clusterOperator.containerPorts.metrics }}
6666
{{- if not .Values.clusterOperator.networkPolicy.allowExternal }}

bitnami/rabbitmq-cluster-operator/templates/messaging-topology-operator/networkpolicy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ spec:
6666
- ports:
6767
{{/* Webhook port is hardcoded in the operator code */}}
6868
- port: 9443
69-
{{- if .Values.msgTopologyOperator.metrics.enabled }}
69+
{{- if .Values.msgTopologyOperator.metrics.service.enabled }}
7070
- port: {{ .Values.msgTopologyOperator.containerPorts.metrics }}
7171
{{- end }}
7272
{{- if not .Values.msgTopologyOperator.networkPolicy.allowExternal }}

0 commit comments

Comments
 (0)