mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
stable/rabbitmq-ha Bump rabbit version (#17797)
* Update Chart.yaml Signed-off-by: William Davis <william.j.davis5@gmail.com> * update versions Signed-off-by: William Davis <william.j.davis5@gmail.com> * bump version Signed-off-by: William Davis <william.j.davis5@gmail.com> * update version again. Signed-off-by: William Davis <william.j.davis5@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
eb141b5e47
commit
bceb53f8be
@@ -1,7 +1,7 @@
|
||||
name: rabbitmq-ha
|
||||
apiVersion: v1
|
||||
appVersion: 3.7.15
|
||||
version: 1.33.0
|
||||
appVersion: 3.7.19
|
||||
version: 1.33.1
|
||||
description: Highly available RabbitMQ cluster, the open source message broker
|
||||
software that implements the Advanced Message Queuing Protocol (AMQP).
|
||||
keywords:
|
||||
|
||||
@@ -86,7 +86,7 @@ and their default values.
|
||||
| `forceBoot` | [Force](https://www.rabbitmq.com/rabbitmqctl.8.html#force_boot) the cluster to start even if it was shutdown in an unexpected order, preferring availability over integrity | `false` |
|
||||
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
|
||||
| `image.repository` | RabbitMQ container image repository | `rabbitmq` |
|
||||
| `image.tag` | RabbitMQ container image tag | `3.7.15-alpine` |
|
||||
| `image.tag` | RabbitMQ container image tag | `3.7.19-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` |
|
||||
|
||||
@@ -275,7 +275,7 @@ replicaCount: 3
|
||||
|
||||
image:
|
||||
repository: rabbitmq
|
||||
tag: 3.7.15-alpine
|
||||
tag: 3.7.19-alpine
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
## Secrets must be manually created in the namespace.
|
||||
|
||||
Reference in New Issue
Block a user