[stable/rabbitmq-ha] Upgrade RabbitMQ to 3.8.5 version (#22811)

Signed-off-by: tyranron <tyranron@gmail.com>
This commit is contained in:
Kai Ren
2020-06-18 08:04:20 -07:00
committed by GitHub
parent db2373fe20
commit f90451e73e
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.4
version: 1.46.2
appVersion: 3.8.5
version: 1.46.3
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.4-alpine` |
| `image.tag` | RabbitMQ container image tag | `3.8.5-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.4-alpine
tag: 3.8.5-alpine
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.