From 8fa91f0dc673f2aaed14a6fb15a8bc01b1c43637 Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Wed, 22 Apr 2020 03:55:26 +0000 Subject: [PATCH] [bitnami/redis-cluster] Release 2.0.6 updating components versions Signed-off-by: Bitnami Containers --- bitnami/redis-cluster/Chart.yaml | 2 +- bitnami/redis-cluster/values-production.yaml | 4 ++-- bitnami/redis-cluster/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bitnami/redis-cluster/Chart.yaml b/bitnami/redis-cluster/Chart.yaml index 780ac99399..6cc1935f6a 100644 --- a/bitnami/redis-cluster/Chart.yaml +++ b/bitnami/redis-cluster/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: redis-cluster -version: 2.0.5 +version: 2.0.6 appVersion: 5.0.8 description: Open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. keywords: diff --git a/bitnami/redis-cluster/values-production.yaml b/bitnami/redis-cluster/values-production.yaml index 6f7b758265..ccfe0f7c7f 100644 --- a/bitnami/redis-cluster/values-production.yaml +++ b/bitnami/redis-cluster/values-production.yaml @@ -18,7 +18,7 @@ image: ## Bitnami Redis image tag ## ref: https://github.com/bitnami/bitnami-docker-redis#supported-tags-and-respective-dockerfile-links ## - tag: 5.0.8-debian-10-r10 + tag: 5.0.8-debian-10-r12 ## 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 @@ -305,7 +305,7 @@ metrics: image: registry: docker.io repository: bitnami/redis-exporter - tag: 1.5.3-debian-10-r5 + tag: 1.5.3-debian-10-r9 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. diff --git a/bitnami/redis-cluster/values.yaml b/bitnami/redis-cluster/values.yaml index befd04d103..3f16960121 100644 --- a/bitnami/redis-cluster/values.yaml +++ b/bitnami/redis-cluster/values.yaml @@ -18,7 +18,7 @@ image: ## Bitnami Redis image tag ## ref: https://github.com/bitnami/bitnami-docker-redis#supported-tags-and-respective-dockerfile-links ## - tag: 5.0.8-debian-10-r10 + tag: 5.0.8-debian-10-r12 ## 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 @@ -305,7 +305,7 @@ metrics: image: registry: docker.io repository: bitnami/redis-exporter - tag: 1.5.3-debian-10-r5 + tag: 1.5.3-debian-10-r9 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.