-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to latest stable RabbitMQ (#4227)
Use the latest stable Bitnami `rabbitmq` Helm chart and thus the latest stable `rabbitmq` image. --------- Co-authored-by: Leonhardt Wille <[email protected]>
- Loading branch information
Showing
3 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Use latest stable RabbitMQ version (`3.13.7`) and Helm chart (`14.6.9`). Please | ||
note that this minor RabbitMQ version upgrade (`3.11.x` to `3.13.x`) may need | ||
special treatment regarding existing RabbitMQ instances. See | ||
https://www.rabbitmq.com/docs/upgrade#rabbitmq-version-upgradability . The major | ||
Helm chart version upgrade may (depending on your setup/values) need attention | ||
as well: https://github.com/bitnami/charts/tree/main/bitnami/rabbitmq#upgrading |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
dependencies: | ||
- name: rabbitmq | ||
version: 11.13.0 | ||
version: 14.6.9 | ||
repository: https://charts.bitnami.com/bitnami |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters