Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions bitnami/rabbitmq-cluster-operator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 4.4.34 (2025-08-21)
## 4.4.36 (2025-09-19)

* [bitnami/rabbitmq-cluster-operator] :zap: :arrow_up: Update dependency references ([#36162](https://github.com/bitnami/charts/pull/36162))
* [bitnami/rabbitmq-cluster-operator] Set network policy properly for metrics ([#36270](https://github.com/bitnami/charts/pull/36270))

## <small>4.4.34 (2025-08-21)</small>

* [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)

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

Expand Down
2 changes: 1 addition & 1 deletion bitnami/rabbitmq-cluster-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ maintainers:
name: rabbitmq-cluster-operator
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/rabbitmq-cluster-operator
version: 4.4.35
version: 4.4.36
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
{{- end }}
{{- end }}
ingress:
{{- if .Values.clusterOperator.metrics.enabled }}
{{- if .Values.clusterOperator.metrics.service.enabled }}
- ports:
- port: {{ .Values.clusterOperator.containerPorts.metrics }}
{{- if not .Values.clusterOperator.networkPolicy.allowExternal }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
- ports:
{{/* Webhook port is hardcoded in the operator code */}}
- port: 9443
{{- if .Values.msgTopologyOperator.metrics.enabled }}
{{- if .Values.msgTopologyOperator.metrics.service.enabled }}
- port: {{ .Values.msgTopologyOperator.containerPorts.metrics }}
{{- end }}
{{- if not .Values.msgTopologyOperator.networkPolicy.allowExternal }}
Expand Down
Loading