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:
William Davis
2019-10-10 07:27:43 -07:00
committed by Kubernetes Prow Robot
parent eb141b5e47
commit bceb53f8be
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.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:
+1 -1
View File
@@ -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` |
+1 -1
View File
@@ -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.