diff --git a/stable/rabbitmq-ha/Chart.yaml b/stable/rabbitmq-ha/Chart.yaml index b6fd261b95..be34e9886d 100644 --- a/stable/rabbitmq-ha/Chart.yaml +++ b/stable/rabbitmq-ha/Chart.yaml @@ -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: diff --git a/stable/rabbitmq-ha/README.md b/stable/rabbitmq-ha/README.md index e73b62557f..09872b8583 100644 --- a/stable/rabbitmq-ha/README.md +++ b/stable/rabbitmq-ha/README.md @@ -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, diff --git a/stable/rabbitmq-ha/values.yaml b/stable/rabbitmq-ha/values.yaml index f17e5a00b2..c9ffec6089 100644 --- a/stable/rabbitmq-ha/values.yaml +++ b/stable/rabbitmq-ha/values.yaml @@ -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