[stable/rabbitmq-ha] Use a more specific docker image tag (#11982)

* [stable/rabbitmq-ha] use a more specific docker image tag

Signed-off-by: Max Williams <max.williams@deliveryhero.com>

* Updating to 3.7.12-alpine tag and adjusting appVersion

Signed-off-by: Max Williams <max.williams@deliveryhero.com>
This commit is contained in:
Max Williams
2019-03-11 08:03:31 -07:00
committed by Kubernetes Prow Robot
parent 897a8bba3d
commit 2c17fd4541
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
name: rabbitmq-ha
apiVersion: v1
appVersion: 3.7.8
version: 1.21.1
appVersion: 3.7.12
version: 1.22.0
description: Highly available RabbitMQ cluster, the open source message broker
software that implements the Advanced Message Queuing Protocol (AMQP).
keywords:
+1 -1
View File
@@ -81,7 +81,7 @@ and their default values.
| `definitionsSource` | Use this key within an existing secret to reference the definitions specification | `"definitions.json"` |
| `image.pullPolicy` | Image pull policy | `Always` if `image` tag is `latest`, else `IfNotPresent` |
| `image.repository` | RabbitMQ container image repository | `rabbitmq` |
| `image.tag` | RabbitMQ container image tag | `3.7-alpine` |
| `image.tag` | RabbitMQ container image tag | `3.7.12-alpine` |
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
| `managementPassword` | Management user password. Should be changed from default | `E9R3fjZm4ejFkVFE` |
| `managementUsername` | Management user with minimal permissions used for health checks | `management` |
+1 -1
View File
@@ -268,7 +268,7 @@ replicaCount: 3
image:
repository: rabbitmq
tag: 3.7-alpine
tag: 3.7.12-alpine
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.