From 4b6522cb1fcc6fefe765425aa3c45b4b8eea901c Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 12 Aug 2019 13:33:11 +0200 Subject: [PATCH] [stable/redis] Release 9.0.2 updating components versions (#16242) Signed-off-by: Bitnami Containers --- stable/redis/Chart.yaml | 2 +- stable/redis/values-production.yaml | 4 ++-- stable/redis/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/stable/redis/Chart.yaml b/stable/redis/Chart.yaml index ea25e81172..baad52b23a 100644 --- a/stable/redis/Chart.yaml +++ b/stable/redis/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: redis -version: 9.0.1 +version: 9.0.2 appVersion: 5.0.5 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 65f72dcd89..56c61943d1 100644 --- a/stable/redis/values-production.yaml +++ b/stable/redis/values-production.yaml @@ -16,7 +16,7 @@ image: ## Bitnami Redis image tag ## ref: https://github.com/bitnami/bitnami-docker-redis#supported-tags-and-respective-dockerfile-links ## - tag: 5.0.5-debian-9-r36 + tag: 5.0.5-debian-9-r95 ## 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 @@ -442,7 +442,7 @@ metrics: image: registry: docker.io repository: bitnami/redis-exporter - tag: 1.0.3-debian-9-r0 + tag: 1.0.4-debian-9-r4 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 3a46271b91..52183b6fe2 100644 --- a/stable/redis/values.yaml +++ b/stable/redis/values.yaml @@ -16,7 +16,7 @@ image: ## Bitnami Redis image tag ## ref: https://github.com/bitnami/bitnami-docker-redis#supported-tags-and-respective-dockerfile-links ## - tag: 5.0.5-debian-9-r36 + tag: 5.0.5-debian-9-r95 ## 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 @@ -442,7 +442,7 @@ metrics: image: registry: docker.io repository: bitnami/redis-exporter - tag: 1.0.3-debian-9-r0 + tag: 1.0.4-debian-9-r4 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.