[bitnami/rabbitmq] Release 11.1.2 (#13452)

* [bitnami/rabbitmq] Release 11.1.2 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-11-10 03:10:50 +01:00
committed by GitHub
parent 3d565571f9
commit 61cac9795e
4 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.0.3
digest: sha256:7d4a98a9fabc3be62a3898cc530d0979b6a0a4d29c87ed2d128821f21c89ba40
generated: "2022-09-26T14:43:00.026746763Z"
version: 2.1.2
digest: sha256:1c365a4551a2f4098e9584dc176b289c10437c679c7c3e2ec6153cabf863e1a4
generated: "2022-11-10T01:16:50.1422882Z"

View File

@@ -1,7 +1,7 @@
annotations:
category: Infrastructure
apiVersion: v2
appVersion: 3.11.2
appVersion: 3.11.3
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
@@ -23,4 +23,4 @@ name: rabbitmq
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/rabbitmq
- https://www.rabbitmq.com
version: 11.1.1
version: 11.1.2

View File

@@ -67,7 +67,7 @@ The command removes all the Kubernetes components associated with the chart and
| ------------------- | -------------------------------------------------------------------------------------------------------- | --------------------- |
| `image.registry` | RabbitMQ image registry | `docker.io` |
| `image.repository` | RabbitMQ image repository | `bitnami/rabbitmq` |
| `image.tag` | RabbitMQ image tag (immutable tags are recommended) | `3.11.2-debian-11-r0` |
| `image.tag` | RabbitMQ image tag (immutable tags are recommended) | `3.11.3-debian-11-r0` |
| `image.digest` | RabbitMQ image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | RabbitMQ image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
@@ -344,7 +344,7 @@ The command removes all the Kubernetes components associated with the chart and
| `volumePermissions.enabled` | Enable init container that changes the owner and group of the persistent volume(s) mountpoint to `runAsUser:fsGroup` | `false` |
| `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` |
| `volumePermissions.image.repository` | Init container volume-permissions image repository | `bitnami/bitnami-shell` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r43` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r50` |
| `volumePermissions.image.digest` | Init container volume-permissions image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |

View File

@@ -31,7 +31,7 @@ global:
image:
registry: docker.io
repository: bitnami/rabbitmq
tag: 3.11.2-debian-11-r0
tag: 3.11.3-debian-11-r0
digest: ""
## set to true if you would like to see extra information on logs
## It turns BASH and/or NAMI debugging in the image
@@ -1268,7 +1268,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 11-debian-11-r43
tag: 11-debian-11-r50
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'