diff --git a/bitnami/redis-cluster/Chart.yaml b/bitnami/redis-cluster/Chart.yaml index 6b8eb7568..8231fefb3 100644 --- a/bitnami/redis-cluster/Chart.yaml +++ b/bitnami/redis-cluster/Chart.yaml @@ -23,4 +23,4 @@ name: redis-cluster sources: - https://github.com/bitnami/bitnami-docker-redis - http://redis.io/ -version: 4.2.0 +version: 4.2.1 diff --git a/bitnami/redis-cluster/values-production.yaml b/bitnami/redis-cluster/values-production.yaml index fe4cf2c52..a35765198 100644 --- a/bitnami/redis-cluster/values-production.yaml +++ b/bitnami/redis-cluster/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.9-debian-10-r33 + tag: 6.0.9-debian-10-r36 ## 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 @@ -706,7 +706,7 @@ metrics: image: registry: docker.io repository: bitnami/redis-exporter - tag: 1.13.1-debian-10-r27 + tag: 1.14.0-debian-10-r6 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. diff --git a/bitnami/redis-cluster/values.yaml b/bitnami/redis-cluster/values.yaml index 4a3048ddf..e5f0eb61b 100644 --- a/bitnami/redis-cluster/values.yaml +++ b/bitnami/redis-cluster/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.9-debian-10-r33 + tag: 6.0.9-debian-10-r36 ## 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 @@ -709,7 +709,7 @@ metrics: image: registry: docker.io repository: bitnami/redis-exporter - tag: 1.13.1-debian-10-r27 + tag: 1.14.0-debian-10-r6 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.