From 07bdbf4205ae490af7ce9b80dbcce64c1199eea1 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 15 Jan 2020 09:26:03 +0100 Subject: [PATCH] [stable/redis] Release 10.3.3 updating components versions (#20136) Signed-off-by: Bitnami Containers --- stable/redis/Chart.yaml | 2 +- stable/redis/values-production.yaml | 6 +++--- stable/redis/values.yaml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/stable/redis/Chart.yaml b/stable/redis/Chart.yaml index 2d1809c673..b3835ebb58 100644 --- a/stable/redis/Chart.yaml +++ b/stable/redis/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: redis -version: 10.3.2 +version: 10.3.3 appVersion: 5.0.7 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/stable/redis/values-production.yaml b/stable/redis/values-production.yaml index 4465ff50d8..7fa2d6d235 100644 --- a/stable/redis/values-production.yaml +++ b/stable/redis/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.7-debian-9-r45 + tag: 5.0.7-debian-9-r50 ## 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 @@ -60,7 +60,7 @@ sentinel: ## Bitnami Redis image tag ## ref: https://github.com/bitnami/bitnami-docker-redis-sentinel#supported-tags-and-respective-dockerfile-links ## - tag: 5.0.7-debian-9-r39 + tag: 5.0.7-debian-9-r44 ## 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 @@ -472,7 +472,7 @@ metrics: image: registry: docker.io repository: bitnami/redis-exporter - tag: 1.3.5-debian-9-r18 + tag: 1.3.5-debian-9-r23 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. diff --git a/stable/redis/values.yaml b/stable/redis/values.yaml index c51abea68a..e9efcca056 100644 --- a/stable/redis/values.yaml +++ b/stable/redis/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.7-debian-9-r45 + tag: 5.0.7-debian-9-r50 ## 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 @@ -60,7 +60,7 @@ sentinel: ## Bitnami Redis image tag ## ref: https://github.com/bitnami/bitnami-docker-redis-sentinel#supported-tags-and-respective-dockerfile-links ## - tag: 5.0.7-debian-9-r39 + tag: 5.0.7-debian-9-r44 ## 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 @@ -472,7 +472,7 @@ metrics: image: registry: docker.io repository: bitnami/redis-exporter - tag: 1.3.5-debian-9-r18 + tag: 1.3.5-debian-9-r23 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.