From 6da2bbf46d5cfc88a33a8f5db1593c1e56c0e5cc Mon Sep 17 00:00:00 2001 From: Kai Ren Date: Wed, 5 Aug 2020 20:52:28 +0300 Subject: [PATCH] [stable/rabbitmq-ha] Upgrade RabbitMQ to 3.8.6 version (#23449) Signed-off-by: tyranron --- stable/rabbitmq-ha/Chart.yaml | 4 ++-- stable/rabbitmq-ha/README.md | 2 +- stable/rabbitmq-ha/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/rabbitmq-ha/Chart.yaml b/stable/rabbitmq-ha/Chart.yaml index ace12c9a94..60740ef9c6 100644 --- a/stable/rabbitmq-ha/Chart.yaml +++ b/stable/rabbitmq-ha/Chart.yaml @@ -1,7 +1,7 @@ name: rabbitmq-ha apiVersion: v1 -appVersion: 3.8.5 -version: 1.46.4 +appVersion: 3.8.6 +version: 1.46.5 description: Highly available RabbitMQ cluster, the open source message broker software that implements the Advanced Message Queuing Protocol (AMQP). keywords: diff --git a/stable/rabbitmq-ha/README.md b/stable/rabbitmq-ha/README.md index 1f6a9c13d8..24328ac2ea 100644 --- a/stable/rabbitmq-ha/README.md +++ b/stable/rabbitmq-ha/README.md @@ -88,7 +88,7 @@ and their default values. | `lifecycle` | RabbitMQ container lifecycle hooks | `{}` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `image.repository` | RabbitMQ container image repository | `rabbitmq` | -| `image.tag` | RabbitMQ container image tag | `3.8.5-alpine` | +| `image.tag` | RabbitMQ container image tag | `3.8.6-alpine` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | | `managementPassword` | Management user password. | _random 24 character long alphanumeric string_ | | `managementUsername` | Management user with minimal permissions used for health checks | `management` | diff --git a/stable/rabbitmq-ha/values.yaml b/stable/rabbitmq-ha/values.yaml index 70048fe69f..627bef5da0 100644 --- a/stable/rabbitmq-ha/values.yaml +++ b/stable/rabbitmq-ha/values.yaml @@ -304,7 +304,7 @@ replicaCount: 3 image: repository: rabbitmq - tag: 3.8.5-alpine + tag: 3.8.6-alpine pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.