From 780db91641bf4e1f98c6e020e1fd971e4d2abc90 Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Wed, 3 Jun 2020 08:27:39 +0000 Subject: [PATCH] [bitnami/redis] Release 10.6.18 updating components versions Signed-off-by: Bitnami Containers --- bitnami/redis/Chart.yaml | 2 +- bitnami/redis/values-production.yaml | 6 +++--- bitnami/redis/values.yaml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bitnami/redis/Chart.yaml b/bitnami/redis/Chart.yaml index 147b7dd8a8..9df697cc17 100644 --- a/bitnami/redis/Chart.yaml +++ b/bitnami/redis/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: redis -version: 10.6.17 +version: 10.6.18 appVersion: 6.0.4 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/values-production.yaml b/bitnami/redis/values-production.yaml index 12bb791902..11619776de 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: 6.0.4-debian-10-r0 + tag: 6.0.4-debian-10-r5 ## 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: 6.0.4-debian-10-r0 + tag: 6.0.4-debian-10-r5 ## 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 @@ -535,7 +535,7 @@ metrics: image: registry: docker.io repository: bitnami/redis-exporter - tag: 1.6.1-debian-10-r15 + tag: 1.6.1-debian-10-r21 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 26fc20f7f8..2876d7141a 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: 6.0.4-debian-10-r0 + tag: 6.0.4-debian-10-r5 ## 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: 6.0.4-debian-10-r0 + tag: 6.0.4-debian-10-r5 ## 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 @@ -535,7 +535,7 @@ metrics: image: registry: docker.io repository: bitnami/redis-exporter - tag: 1.6.1-debian-10-r15 + tag: 1.6.1-debian-10-r21 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.