Skip to content

Commit

Permalink
[bitnami/rabbitmq-cluster-operator] Fix msg topology operator PodDisr…
Browse files Browse the repository at this point in the history
…uptionBudget (#30445)

* [bitnami/rabbitmq-cluster-operator] Fix msg topology operator PodDisruptionBudget

Signed-off-by: Dori Lahav Waisberg <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

---------

Signed-off-by: Dori Lahav Waisberg <[email protected]>
Signed-off-by: Bitnami Containers <[email protected]>
Co-authored-by: Bitnami Containers <[email protected]>
  • Loading branch information
dorilahav and bitnami-bot authored Nov 29, 2024
1 parent c457848 commit 2e5147c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
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.3.27 (2024-11-08)
## 4.3.28 (2024-11-13)

* [bitnami/rabbitmq-cluster-operator] Unify seLinuxOptions default value ([#30332](https://github.com/bitnami/charts/pull/30332))
* [bitnami/rabbitmq-cluster-operator] Fix msg topology operator PodDisruptionBudget ([#30445](https://github.com/bitnami/charts/pull/30445))

## <small>4.3.27 (2024-11-08)</small>

* [bitnami/rabbitmq-cluster-operator] Unify seLinuxOptions default value (#30332) ([1fabdf7](https://github.com/bitnami/charts/commit/1fabdf79e682fe49ac116aa65064bab744e6f429)), closes [#30332](https://github.com/bitnami/charts/issues/30332)

## <small>4.3.26 (2024-11-07)</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 @@ -37,4 +37,4 @@ maintainers:
name: rabbitmq-cluster-operator
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/rabbitmq-cluster-operator
version: 4.3.27
version: 4.3.28
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Copyright Broadcom, Inc. All Rights Reserved.
SPDX-License-Identifier: APACHE-2.0
*/}}

{{- if .Values.msgTopologyOperator.pdb.create }}
{{- if and .Values.msgTopologyOperator.enabled .Values.msgTopologyOperator.pdb.create }}
apiVersion: {{ include "common.capabilities.policy.apiVersion" . }}
kind: PodDisruptionBudget
metadata:
Expand Down

0 comments on commit 2e5147c

Please sign in to comment.