From 5c87bf9e485af9ce0fa0e259cda5656187b095d8 Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Wed, 6 May 2020 07:27:46 +0000 Subject: [PATCH] [bitnami/redis] Release 10.6.13 updating components versions Signed-off-by: Bitnami Containers --- bitnami/redis/Chart.yaml | 4 ++-- bitnami/redis/values-production.yaml | 6 +++--- bitnami/redis/values.yaml | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bitnami/redis/Chart.yaml b/bitnami/redis/Chart.yaml index 53347bc2a5..9c9245e0de 100644 --- a/bitnami/redis/Chart.yaml +++ b/bitnami/redis/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: redis -version: 10.6.12 -appVersion: 5.0.9 +version: 10.6.13 +appVersion: 6.0.1 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: - redis diff --git a/bitnami/redis/values-production.yaml b/bitnami/redis/values-production.yaml index 1ed306cd7a..f6001e4026 100644 --- a/bitnami/redis/values-production.yaml +++ b/bitnami/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.9-debian-10-r4 + tag: 6.0.1-debian-10-r1 ## 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.9-debian-10-r2 + tag: 6.0.1-debian-10-r0 ## 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 @@ -527,7 +527,7 @@ metrics: image: registry: docker.io repository: bitnami/redis-exporter - tag: 1.5.3-debian-10-r21 + tag: 1.6.0-debian-10-r2 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. diff --git a/bitnami/redis/values.yaml b/bitnami/redis/values.yaml index f176168490..92ed2e3259 100644 --- a/bitnami/redis/values.yaml +++ b/bitnami/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.9-debian-10-r4 + tag: 6.0.1-debian-10-r1 ## 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.9-debian-10-r2 + tag: 6.0.1-debian-10-r0 ## 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 @@ -527,7 +527,7 @@ metrics: image: registry: docker.io repository: bitnami/redis-exporter - tag: 1.5.3-debian-10-r21 + tag: 1.6.0-debian-10-r2 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.