[stable/rabbitmq-ha] Upgrade RabbitMQ to 3.8.6 version (#23449)

Signed-off-by: tyranron <tyranron@gmail.com>
This commit is contained in:
Kai Ren
2020-08-05 10:52:28 -07:00
committed by GitHub
parent 109f8da56f
commit 6da2bbf46d
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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:
+1 -1
View File
@@ -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` |
+1 -1
View File
@@ -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.