diff --git a/bitnami/redis-cluster/Chart.lock b/bitnami/redis-cluster/Chart.lock index d2dcb67090..ced226ed47 100644 --- a/bitnami/redis-cluster/Chart.lock +++ b/bitnami/redis-cluster/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.2.5 -digest: sha256:318f438acfeaced11d9060877d615caf1985417d2865810defaa886d3496f8d3 -generated: "2023-05-09T00:23:03.593208397Z" + version: 2.4.0 +digest: sha256:8c1a5dc923412d11d4d841420494b499cb707305c8b9f87f45ea1a8bf3172cb3 +generated: "2023-05-21T16:02:23.935282857Z" diff --git a/bitnami/redis-cluster/Chart.yaml b/bitnami/redis-cluster/Chart.yaml index d30ed14b02..311896199e 100644 --- a/bitnami/redis-cluster/Chart.yaml +++ b/bitnami/redis-cluster/Chart.yaml @@ -22,4 +22,4 @@ maintainers: name: redis-cluster sources: - https://github.com/bitnami/charts/tree/main/bitnami/redis-cluster -version: 8.6.1 +version: 8.6.2 diff --git a/bitnami/redis-cluster/README.md b/bitnami/redis-cluster/README.md index 21bf5b163b..c93304fb09 100644 --- a/bitnami/redis-cluster/README.md +++ b/bitnami/redis-cluster/README.md @@ -8,8 +8,6 @@ Redis(R) is an open source, scalable, distributed in-memory cache for applicatio Disclaimer: Redis is a registered trademark of Redis Ltd. Any rights therein are reserved to Redis Ltd. Any use by Bitnami is for referential purposes only and does not indicate any sponsorship, endorsement, or affiliation between Redis Ltd. -Looking to use Redis® Cluster in production? Try [VMware Application Catalog](https://bitnami.com/enterprise), the enterprise edition of Bitnami Application Catalog. - ## TL;DR ```console @@ -94,7 +92,7 @@ The command removes all the Kubernetes components associated with the chart and | `diagnosticMode.args` | Args to override all containers in the deployment | `["infinity"]` | | `image.registry` | Redis® cluster image registry | `docker.io` | | `image.repository` | Redis® cluster image repository | `bitnami/redis-cluster` | -| `image.tag` | Redis® cluster image tag (immutable tags are recommended) | `7.0.11-debian-11-r7` | +| `image.tag` | Redis® cluster image tag (immutable tags are recommended) | `7.0.11-debian-11-r12` | | `image.digest` | Redis® cluster image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `image.pullPolicy` | Redis® cluster image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | @@ -158,7 +156,7 @@ The command removes all the Kubernetes components associated with the chart and | `volumePermissions.enabled` | Enable init container that changes volume permissions in the registry (for cases where the default k8s `runAsUser` and `fsUser` values do not work) | `false` | | `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` | | `volumePermissions.image.repository` | Init container volume-permissions image repository | `bitnami/bitnami-shell` | -| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r114` | +| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r118` | | `volumePermissions.image.digest` | Init container volume-permissions image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` | | `volumePermissions.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | @@ -286,7 +284,7 @@ The command removes all the Kubernetes components associated with the chart and | `metrics.enabled` | Start a side-car prometheus exporter | `false` | | `metrics.image.registry` | Redis® exporter image registry | `docker.io` | | `metrics.image.repository` | Redis® exporter image name | `bitnami/redis-exporter` | -| `metrics.image.tag` | Redis® exporter image tag | `1.50.0-debian-11-r9` | +| `metrics.image.tag` | Redis® exporter image tag | `1.50.0-debian-11-r13` | | `metrics.image.digest` | Redis® exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `metrics.image.pullPolicy` | Redis® exporter image pull policy | `IfNotPresent` | | `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | @@ -326,7 +324,7 @@ The command removes all the Kubernetes components associated with the chart and | `sysctlImage.command` | sysctlImage command to execute | `[]` | | `sysctlImage.registry` | sysctlImage Init container registry | `docker.io` | | `sysctlImage.repository` | sysctlImage Init container repository | `bitnami/bitnami-shell` | -| `sysctlImage.tag` | sysctlImage Init container tag | `11-debian-11-r114` | +| `sysctlImage.tag` | sysctlImage Init container tag | `11-debian-11-r118` | | `sysctlImage.digest` | sysctlImage Init container digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `sysctlImage.pullPolicy` | sysctlImage Init container pull policy | `IfNotPresent` | | `sysctlImage.pullSecrets` | Specify docker-registry secret names as an array | `[]` | diff --git a/bitnami/redis-cluster/values.yaml b/bitnami/redis-cluster/values.yaml index 87f2ac381f..107bef8fc0 100644 --- a/bitnami/redis-cluster/values.yaml +++ b/bitnami/redis-cluster/values.yaml @@ -73,7 +73,7 @@ image: ## Bitnami Redis® image tag ## ref: https://github.com/bitnami/containers/tree/main/bitnami/redis#supported-tags-and-respective-dockerfile-links ## - tag: 7.0.11-debian-11-r7 + tag: 7.0.11-debian-11-r12 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -349,7 +349,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 11-debian-11-r114 + tag: 11-debian-11-r118 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. @@ -825,7 +825,7 @@ metrics: image: registry: docker.io repository: bitnami/redis-exporter - tag: 1.50.0-debian-11-r9 + tag: 1.50.0-debian-11-r13 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. @@ -994,7 +994,7 @@ sysctlImage: ## registry: docker.io repository: bitnami/bitnami-shell - tag: 11-debian-11-r114 + tag: 11-debian-11-r118 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.