diff --git a/stable/rabbitmq/Chart.yaml b/stable/rabbitmq/Chart.yaml index 6068f6e637..9eab0deac9 100644 --- a/stable/rabbitmq/Chart.yaml +++ b/stable/rabbitmq/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: rabbitmq -version: 6.17.3 +version: 6.17.4 appVersion: 3.8.2 description: Open source message broker software that implements the Advanced Message Queuing Protocol (AMQP) keywords: diff --git a/stable/rabbitmq/values.schema.json b/stable/rabbitmq/values.schema.json index 263ac09743..038f577994 100644 --- a/stable/rabbitmq/values.schema.json +++ b/stable/rabbitmq/values.schema.json @@ -15,6 +15,13 @@ "title": "RabbitMQ password", "form": true, "description": "Defaults to a random 10-character alphanumeric string if not set" + }, + "extraConfiguration": { + "type": "string", + "title": "Extra RabbitMQ Configuration", + "form": true, + "render": "textArea", + "description": "Extra configuration to be appended to RabbitMQ Configuration" } } },