diff --git a/stable/redis/Chart.yaml b/stable/redis/Chart.yaml index aa03da9255..895611b1ba 100644 --- a/stable/redis/Chart.yaml +++ b/stable/redis/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: redis -version: 6.4.1 -appVersion: 4.0.13 +version: 6.4.2 +appVersion: 4.0.14 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 734a20c6b2..f1615bc6a2 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: 4.0.13 + tag: 4.0.14 ## 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 diff --git a/stable/redis/values.yaml b/stable/redis/values.yaml index c4b2bf3cce..757d7d0384 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: 4.0.13 + tag: 4.0.14 ## 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