[bitnami/rabbitmq-cluster-operator] Release 0.1.3 updating components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
Bitnami Containers
2021-09-08 16:30:55 +00:00
parent 0c3c38600c
commit 80a02ada45
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
annotations:
category: Infrastructure
apiVersion: v2
appVersion: 1.8.2
appVersion: 1.8.3
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
@@ -24,4 +24,4 @@ name: rabbitmq-cluster-operator
sources:
- https://github.com/bitnami/bitnami-docker-rabbitmq-cluster-operator
- https://github.com/rabbitmq/cluster-operator
version: 0.1.2
version: 0.1.3

View File

@@ -56,7 +56,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/rabbitmq-cluster-operator
tag: 1.8.2-scratch-r0
tag: 1.8.3-scratch-r0
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
@@ -81,7 +81,7 @@ image:
rabbitmqImage:
registry: docker.io
repository: bitnami/rabbitmq
tag: 3.8.22-debian-10-r5
tag: 3.8.22-debian-10-r10
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-rabbitmqImage-private-registry/