diff --git a/charts/rabbitmq/Chart.yaml b/charts/rabbitmq/Chart.yaml index 81f4c0c7cf6a559d4acb3a07eb82f8d038f4b336..f1496cb75c7780a6706fd1aec40fe26359edad48 100644 --- a/charts/rabbitmq/Chart.yaml +++ b/charts/rabbitmq/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: 0.4.10 +version: 0.4.11 appVersion: "3.9.13" diff --git a/charts/rabbitmq/README.md b/charts/rabbitmq/README.md index 1a2d4daf6dab23c620ce2839043b3a027bac6a0f..7c586d81b978b625fb8eea370620c8a73e8f9a1c 100644 --- a/charts/rabbitmq/README.md +++ b/charts/rabbitmq/README.md @@ -1,6 +1,6 @@ # RabbitMQ -   +   ## Changelog @@ -150,7 +150,7 @@ Section to define custom services | plugins | list | `[]` | List of additional RabbitMQ plugins that should be activated (see: [RabbitMQ plugins](https://www.rabbitmq.com/plugins.html)) | | authentication.user | string | `"guest"` | Initial user name | | authentication.password | string | `"guest"` | Initial password | -| authentication.erlangCookie | string | `nil` | Erlang cookie (default: Random base64 value) | +| authentication.erlangCookie | string | `nil` | Erlang cookie (MANDATORY) (Alternative: Set the environment variable ERLANG_COOKIE) | | clustering.rebalance | bool | `true` | Enable rebalance queues with master when new replica is created | | clustering.useLongName | bool | `true` | Use FQDN for RabbitMQ node names | diff --git a/charts/rabbitmq/RELEASENOTES.md b/charts/rabbitmq/RELEASENOTES.md index a832d8b3eeccfcfd9d8e3b1a6a43d0adf39d65d1..b404024898825270b6fdc7e54c4f67ab35e4ce9f 100644 --- a/charts/rabbitmq/RELEASENOTES.md +++ b/charts/rabbitmq/RELEASENOTES.md @@ -7,4 +7,5 @@ | 0.4.8 | 3.9.13 | Upgraded to RabbitMQ 3.9.13<br>Fixed ingress API detection<br>Implemented startupProbe support | | 0.4.9 | 3.9.13 | Fixed startupProbe | | 0.4.10 | 3.9.13 | Implemented support for extra secrets and advanced configuration capabilites | +| 0.4.11 | 3.9.13 | Corrected chart documentation | | | | | diff --git a/charts/rabbitmq/values.yaml b/charts/rabbitmq/values.yaml index a4f14b297697cf936b7fa0deb7a324108845a4dc..555af3d581d657bb14cfaa848d69f8048ae759ff 100644 --- a/charts/rabbitmq/values.yaml +++ b/charts/rabbitmq/values.yaml @@ -208,7 +208,8 @@ plugins: [] # Default user and erlang cookie # The erlang cookie is important for clustered or container based usage # Find more information about it at https://hub.docker.com/_/rabbitmq and https://www.rabbitmq.com/clustering.html#erlang-cookie -# If erlang cookie is not provided in configuration a random value will be generated +# The erlang cookie is a MANDATORY VALUE +# Alternative is to set the environment variable ERLANG_COOKIE authentication: ## Initial user name user: "guest" @@ -216,7 +217,7 @@ authentication: ## Initial password password: "guest" - ## Erlang cookie (mandatory) + ## Erlang cookie (MANDATORY) erlangCookie: # RabbitMQ specific configuration options described at https://www.rabbitmq.com/configure.html#config-items