diff --git a/bitnami/redis/Chart.yaml b/bitnami/redis/Chart.yaml index 9a8a629f6..1bc3a5dcb 100644 --- a/bitnami/redis/Chart.yaml +++ b/bitnami/redis/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: redis -version: 10.6.10 -appVersion: 5.0.8 +version: 10.6.11 +appVersion: 5.0.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/bitnami/redis/values-production.yaml b/bitnami/redis/values-production.yaml index 1589049aa..b829f7843 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: 5.0.8-debian-10-r50 + tag: 5.0.9-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: 5.0.8-debian-10-r41 + tag: 5.0.9-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 @@ -480,7 +480,7 @@ metrics: image: registry: docker.io repository: bitnami/redis-exporter - tag: 1.5.3-debian-10-r9 + tag: 1.5.3-debian-10-r14 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 e944cb7f6..6e1827eca 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: 5.0.8-debian-10-r50 + tag: 5.0.9-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: 5.0.8-debian-10-r41 + tag: 5.0.9-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 @@ -526,7 +526,7 @@ metrics: image: registry: docker.io repository: bitnami/redis-exporter - tag: 1.5.3-debian-10-r9 + tag: 1.5.3-debian-10-r14 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.