From 901f120f2dec5f01778ec10bca90aa4709ef29c2 Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Thu, 26 Mar 2020 04:02:40 +0000 Subject: [PATCH] [bitnami/zookeeper] Release 5.7.2 updating components versions Signed-off-by: Bitnami Containers --- bitnami/zookeeper/Chart.yaml | 2 +- bitnami/zookeeper/values-production.yaml | 4 ++-- bitnami/zookeeper/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bitnami/zookeeper/Chart.yaml b/bitnami/zookeeper/Chart.yaml index ad6991bd2d..e1e6cfdff0 100644 --- a/bitnami/zookeeper/Chart.yaml +++ b/bitnami/zookeeper/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: zookeeper -version: 5.7.1 +version: 5.7.2 appVersion: 3.6.0 description: A centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services for distributed applications. keywords: diff --git a/bitnami/zookeeper/values-production.yaml b/bitnami/zookeeper/values-production.yaml index a603ed2004..220f702809 100644 --- a/bitnami/zookeeper/values-production.yaml +++ b/bitnami/zookeeper/values-production.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/zookeeper - tag: 3.6.0-debian-10-r12 + tag: 3.6.0-debian-10-r21 ## 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 @@ -260,7 +260,7 @@ metrics: image: registry: docker.io repository: bitnami/zookeeper-exporter - tag: 0.1.3-debian-10-r51 + tag: 0.1.3-debian-10-r57 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. diff --git a/bitnami/zookeeper/values.yaml b/bitnami/zookeeper/values.yaml index a34ab24212..3dd8ff0c1d 100644 --- a/bitnami/zookeeper/values.yaml +++ b/bitnami/zookeeper/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/zookeeper - tag: 3.6.0-debian-10-r12 + tag: 3.6.0-debian-10-r21 ## 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 @@ -269,7 +269,7 @@ metrics: image: registry: docker.io repository: bitnami/zookeeper-exporter - tag: 0.1.3-debian-10-r51 + tag: 0.1.3-debian-10-r57 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.