From b5dfe8941b552cd29e9e8e8c718dec86cd194fce Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Wed, 27 Oct 2021 04:17:30 +0000 Subject: [PATCH] [bitnami/zookeeper] Release 7.4.10 updating components versions Signed-off-by: Bitnami Containers --- bitnami/zookeeper/Chart.yaml | 2 +- bitnami/zookeeper/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/zookeeper/Chart.yaml b/bitnami/zookeeper/Chart.yaml index f71b445cc9..eb4ff3a523 100644 --- a/bitnami/zookeeper/Chart.yaml +++ b/bitnami/zookeeper/Chart.yaml @@ -21,4 +21,4 @@ name: zookeeper sources: - https://github.com/bitnami/bitnami-docker-zookeeper - https://zookeeper.apache.org/ -version: 7.4.9 +version: 7.4.10 diff --git a/bitnami/zookeeper/values.yaml b/bitnami/zookeeper/values.yaml index 146fa8d373..36f5a3ac31 100644 --- a/bitnami/zookeeper/values.yaml +++ b/bitnami/zookeeper/values.yaml @@ -69,7 +69,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/zookeeper - tag: 3.7.0-debian-10-r185 + tag: 3.7.0-debian-10-r188 ## 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 @@ -541,7 +541,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 10-debian-10-r230 + tag: 10-debian-10-r233 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.