From bbb7d28487a1edc1ebb0309a735987d055d9da70 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 6 Jul 2018 04:09:17 -0300 Subject: [PATCH] [stable/redis] Release 3.6.2 (#6489) * redis: update to `4.0.10-debian-9` * redis: bump chart appVersion to `4.0.10-debian-9` * redis: bump chart version to `3.6.2` --- stable/redis/Chart.yaml | 4 ++-- stable/redis/values-production.yaml | 2 +- stable/redis/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/redis/Chart.yaml b/stable/redis/Chart.yaml index 9dc325b9dd..c671cab892 100644 --- a/stable/redis/Chart.yaml +++ b/stable/redis/Chart.yaml @@ -1,6 +1,6 @@ name: redis -version: 3.6.1 -appVersion: 4.0.10 +version: 3.6.2 +appVersion: 4.0.10-debian-9 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/stable/redis/values-production.yaml b/stable/redis/values-production.yaml index 8b4219b5a8..2eb2990285 100644 --- a/stable/redis/values-production.yaml +++ b/stable/redis/values-production.yaml @@ -4,7 +4,7 @@ image: registry: docker.io repository: bitnami/redis - tag: 4.0.10 + tag: 4.0.10-debian-9 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 ae6991a5b6..419b0aa93b 100644 --- a/stable/redis/values.yaml +++ b/stable/redis/values.yaml @@ -4,7 +4,7 @@ image: registry: docker.io repository: bitnami/redis - tag: 4.0.10 + tag: 4.0.10-debian-9 ## 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