From 344aa96a7aa23b1530a67671cdcd30e6687d031a Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Thu, 19 May 2022 09:18:09 +0000 Subject: [PATCH] [bitnami/zookeeper] Release 9.1.4 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 5bf9e298b..10643ca96 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: 9.1.3 +version: 9.1.4 diff --git a/bitnami/zookeeper/values.yaml b/bitnami/zookeeper/values.yaml index b8baa9185..8182ed43b 100644 --- a/bitnami/zookeeper/values.yaml +++ b/bitnami/zookeeper/values.yaml @@ -75,7 +75,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/zookeeper - tag: 3.8.0-debian-10-r61 + tag: 3.8.0-debian-10-r62 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -621,7 +621,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 10-debian-10-r427 + tag: 10-debian-10-r429 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.