From c7db1d472d53bae19dc20f4b2e4f2d631e48950d Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Fri, 10 Jan 2020 15:37:05 +0000 Subject: [PATCH] [bitnami/zookeeper] Release 5.3.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 e6334812be..ade7c3ae6a 100644 --- a/bitnami/zookeeper/Chart.yaml +++ b/bitnami/zookeeper/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: zookeeper -version: 5.3.1 +version: 5.3.2 appVersion: 3.5.6 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 6ad620d805..d4a4af575a 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.5.6-debian-9-r27 + tag: 3.5.6-debian-9-r63 ## 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 @@ -237,7 +237,7 @@ metrics: image: registry: docker.io repository: bitnami/zookeeper-exporter - tag: 0.1.2-debian-9-r46 + tag: 0.1.3-debian-9-r8 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 3b3c40e189..c37eb91fa7 100644 --- a/bitnami/zookeeper/values.yaml +++ b/bitnami/zookeeper/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/zookeeper - tag: 3.5.6-debian-9-r27 + tag: 3.5.6-debian-9-r63 ## 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 @@ -237,7 +237,7 @@ metrics: image: registry: docker.io repository: bitnami/zookeeper-exporter - tag: 0.1.2-debian-9-r46 + tag: 0.1.3-debian-9-r8 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.