diff --git a/bitnami/redis/Chart.yaml b/bitnami/redis/Chart.yaml index aad92a397..ad68e4e28 100644 --- a/bitnami/redis/Chart.yaml +++ b/bitnami/redis/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: redis -version: 10.8.0 -appVersion: 6.0.6 +version: 10.8.1 +appVersion: 6.0.7 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/bitnami/redis/values-production.yaml b/bitnami/redis/values-production.yaml index 59e6a68fa..572e6419d 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.6-debian-10-r22 + tag: 6.0.7-debian-10-r0 ## 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.6-debian-10-r24 + tag: 6.0.7-debian-10-r1 ## 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 @@ -573,7 +573,7 @@ metrics: image: registry: docker.io repository: bitnami/redis-exporter - tag: 1.11.0-debian-10-r3 + tag: 1.11.1-debian-10-r3 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 72130c9d4..15c2429fa 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.6-debian-10-r22 + tag: 6.0.7-debian-10-r0 ## 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.6-debian-10-r24 + tag: 6.0.7-debian-10-r1 ## 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 @@ -573,7 +573,7 @@ metrics: image: registry: docker.io repository: bitnami/redis-exporter - tag: 1.11.0-debian-10-r3 + tag: 1.11.1-debian-10-r3 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.