From bc14dfdc6cb922af74eee925ea0d83973b89bd8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Bono?= Date: Wed, 1 Jul 2020 16:28:47 +0200 Subject: [PATCH] [bitnami/rabbitmq] Update plugins section in the README (#2989) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andrés Bono --- bitnami/rabbitmq/Chart.yaml | 2 +- bitnami/rabbitmq/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/rabbitmq/Chart.yaml b/bitnami/rabbitmq/Chart.yaml index c7de21fdb..4153fafcf 100644 --- a/bitnami/rabbitmq/Chart.yaml +++ b/bitnami/rabbitmq/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: rabbitmq -version: 7.4.1 +version: 7.4.2 appVersion: 3.8.5 description: Open source message broker software that implements the Advanced Message Queuing Protocol (AMQP) keywords: diff --git a/bitnami/rabbitmq/README.md b/bitnami/rabbitmq/README.md index 43662a30d..c8d4dca2a 100644 --- a/bitnami/rabbitmq/README.md +++ b/bitnami/rabbitmq/README.md @@ -484,10 +484,10 @@ $ docker run --rm -it bitnami/rabbitmq -- ls /opt/bitnami/rabbitmq/plugins/ By default, this chart enables `rabbitmq_management` and `rabbitmq_peer_discovery_k8s` since they are required for RabbitMQ to work on K8s. To enable extra plugins, set the `extraPlugins` parameter with the list of plugins you want to enable. -In addition to this, you can also use the `customPlugins` parameter to indicate a list of URLs where to download you custom plugins for RabbitMQ. For instance, use the parameters below to download a custom plugin during the container initialization and enable it: +In addition to this, you can also use the `communityPlugins` parameter to indicate a list of URLs separated by spaces where to download you custom plugins for RabbitMQ. For instance, use the parameters below to download a custom plugin during the container initialization and enable it: ```console -customPlugins="http://some-public-url/my-custom-plugin-X.Y.Z.ez" +communityPlugins="http://some-public-url/my-custom-plugin-X.Y.Z.ez" extraPlugins="my-custom-plugin" ```