[bitnami/rabbitmq] Release 12.1.2 (#18845)

* [bitnami/rabbitmq] Release 12.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
2023-08-25 02:34:00 +02:00
committed by GitHub
parent 51bfc5c178
commit 2daf44e485
3 changed files with 9 additions and 9 deletions

View File

@@ -6,11 +6,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: os-shell
image: docker.io/bitnami/os-shell:11-debian-11-r43
image: docker.io/bitnami/os-shell:11-debian-11-r45
- name: rabbitmq
image: docker.io/bitnami/rabbitmq:3.12.3-debian-11-r1
image: docker.io/bitnami/rabbitmq:3.12.4-debian-11-r0
apiVersion: v2
appVersion: 3.12.3
appVersion: 3.12.4
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
@@ -29,5 +29,5 @@ maintainers:
url: https://github.com/bitnami/charts
name: rabbitmq
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/rabbitmq
version: 12.1.1
- https://github.com/bitnami/charts/tree/main/bitnami/rabbitmq
version: 12.1.2

View File

@@ -66,7 +66,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.12.3-debian-11-r1` |
| `image.tag` | RabbitMQ image tag (immutable tags are recommended) | `3.12.4-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 | `[]` |
@@ -357,7 +357,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/os-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-r45` |
| `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

@@ -34,7 +34,7 @@ global:
image:
registry: docker.io
repository: bitnami/rabbitmq
tag: 3.12.3-debian-11-r1
tag: 3.12.4-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
@@ -1387,7 +1387,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 11-debian-11-r43
tag: 11-debian-11-r45
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'