mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/rabbitmq-ha] Bump version to v3.7.15 (#14566)
Signed-off-by: Steven Sheehy <ssheehy@firescope.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
7897a366d8
commit
227e660ee2
@@ -1,7 +1,7 @@
|
||||
name: rabbitmq-ha
|
||||
apiVersion: v1
|
||||
appVersion: 3.7.12
|
||||
version: 1.27.1
|
||||
appVersion: 3.7.15
|
||||
version: 1.27.2
|
||||
description: Highly available RabbitMQ cluster, the open source message broker
|
||||
software that implements the Advanced Message Queuing Protocol (AMQP).
|
||||
keywords:
|
||||
|
||||
@@ -79,9 +79,9 @@ and their default values.
|
||||
| `definitions.bindings` | Pre-created bindings | `""` |
|
||||
| `definitions.policies` | HA policies to add to definitions.json | `""` |
|
||||
| `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.pullPolicy` | Image pull policy | `IfNotPresent` |
|
||||
| `image.repository` | RabbitMQ container image repository | `rabbitmq` |
|
||||
| `image.tag` | RabbitMQ container image tag | `3.7.12-alpine` |
|
||||
| `image.tag` | RabbitMQ container image tag | `3.7.15-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` |
|
||||
@@ -166,8 +166,8 @@ and their default values.
|
||||
| `priorityClassName` | Statefulsets Pod Priority | `` |
|
||||
| `extraLabels` | Labels to add to the Resources | `{}` |
|
||||
| `busyboxImage.repository` | Busybox initContainer image repo | `busybox` |
|
||||
| `busyboxImage.tag` | Busybox initContainer image tag | `latest` |
|
||||
| `busyboxImage.pullPolicy` | Busybox initContainer image pullPolicy | `Always` |
|
||||
| `busyboxImage.tag` | Busybox initContainer image tag | `1.30.1` |
|
||||
| `busyboxImage.pullPolicy` | Busybox initContainer image pullPolicy | `IfNotPresent` |
|
||||
| `clusterDomain` | The internal Kubernetes cluster domain | `cluster.local` |
|
||||
|
||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
|
||||
|
||||
@@ -268,7 +268,7 @@ replicaCount: 3
|
||||
|
||||
image:
|
||||
repository: rabbitmq
|
||||
tag: 3.7.12-alpine
|
||||
tag: 3.7.15-alpine
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
## Secrets must be manually created in the namespace.
|
||||
@@ -279,8 +279,8 @@ image:
|
||||
|
||||
busyboxImage:
|
||||
repository: busybox
|
||||
tag: latest
|
||||
pullPolicy: Always
|
||||
tag: 1.30.1
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
## Duration in seconds the pod needs to terminate gracefully
|
||||
terminationGracePeriodSeconds: 10
|
||||
|
||||
Reference in New Issue
Block a user