Skip to content

Commit

Permalink
[Bitnami/rabbitmq] - Fix duplicate key issue with Helm/FluxCD integra…
Browse files Browse the repository at this point in the history
…tion (#29780)

* [Bitnami/rabbitmq] - Fix duplicate key issue with Helm/FluxCD integration

Signed-off-by: Mohammad Kanth <[email protected]>

* Update CHANGELOG.md

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

* Update CHANGELOG.md

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

---------

Signed-off-by: Mohammad Kanth <[email protected]>
Signed-off-by: Bitnami Containers <[email protected]>
Co-authored-by: Mohammad Kanth <[email protected]>
Co-authored-by: Bitnami Containers <[email protected]>
  • Loading branch information
3 people authored Oct 7, 2024
1 parent 6926d7e commit cea9e6c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions bitnami/rabbitmq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Changelog

## 15.0.1 (2024-09-25)
## 15.0.2 (2024-10-05)

* [bitnami/rabbitmq] Release 15.0.1 ([#29600](https://github.com/bitnami/charts/pull/29600))
* [Bitnami/rabbitmq] - Fix duplicate key issue with Helm/FluxCD integration ([#29780](https://github.com/bitnami/charts/pull/29780))

## <small>15.0.1 (2024-09-25)</small>

* [bitnami/rabbitmq] docs: :memo: Add upgrade notes for version 15.x.x ([012685d](https://github.com/bitnami/charts/commit/012685db9831eefe1a77be9122fbcdf5933198a1))
* [bitnami/rabbitmq] Release 15.0.1 (#29600) ([f0bcc5c](https://github.com/bitnami/charts/commit/f0bcc5cb258b5329bcb6cacd998d4f4170d3b06a)), closes [#29600](https://github.com/bitnami/charts/issues/29600)

## 15.0.0 (2024-09-20)

Expand Down
2 changes: 1 addition & 1 deletion bitnami/rabbitmq/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ maintainers:
name: rabbitmq
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/rabbitmq
version: 15.0.1
version: 15.0.2
2 changes: 1 addition & 1 deletion bitnami/rabbitmq/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
{{- end }}
checksum/config: {{ include (print $.Template.BasePath "/config-secret.yaml") . | sha256sum }}
{{- if (include "rabbitmq.createTlsSecret" . ) }}
checksum/config: {{ include (print $.Template.BasePath "/tls-secrets.yaml") . | sha256sum }}
checksum/configTLS: {{ include (print $.Template.BasePath "/tls-secrets.yaml") . | sha256sum }}
{{- end }}
{{- if or (not .Values.auth.existingErlangSecret) (not .Values.auth.existingPasswordSecret) .Values.extraSecrets }}
checksum/secret: {{ include (print $.Template.BasePath "/secrets.yaml") . | sha256sum }}
Expand Down

0 comments on commit cea9e6c

Please sign in to comment.