diff --git a/stable/redis/Chart.yaml b/stable/redis/Chart.yaml index a24700a4ca..c931623d5c 100644 --- a/stable/redis/Chart.yaml +++ b/stable/redis/Chart.yaml @@ -1,6 +1,6 @@ name: redis -version: 3.4.0 -appVersion: 4.0.9 +version: 3.4.1 +appVersion: 4.0.10 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 67527f5fe1..5125675a66 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.9 + tag: 4.0.10 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 8f751a7ae7..d237c02590 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.9 + tag: 4.0.10 ## 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