mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
897a8bba3d
commit
2c17fd4541
@@ -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:
|
||||
|
||||
@@ -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` |
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user