diff --git a/bitnami/redis-cluster/Chart.yaml b/bitnami/redis-cluster/Chart.yaml index 37cb268d54..61843c0043 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/containers/tree/main/bitnami/redis - http://redis.io/ -version: 8.3.6 +version: 8.3.7 diff --git a/bitnami/redis-cluster/README.md b/bitnami/redis-cluster/README.md index 8ca02156d2..f5e29aad91 100644 --- a/bitnami/redis-cluster/README.md +++ b/bitnami/redis-cluster/README.md @@ -79,7 +79,6 @@ The command removes all the Kubernetes components associated with the chart and | `global.storageClass` | Global StorageClass for Persistent Volume(s) | `""` | | `global.redis.password` | Redis® password (overrides `password`) | `""` | - ### Redis® Cluster Common parameters | Name | Description | Value | @@ -95,7 +94,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.8-debian-11-r11` | +| `image.tag` | Redis® cluster image tag (immutable tags are recommended) | `7.0.8-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 +157,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-r85` | +| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r86` | | `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 | `[]` | @@ -169,7 +168,6 @@ The command removes all the Kubernetes components associated with the chart and | `volumePermissions.resources.requests` | The requested resources for the container | `{}` | | `podSecurityPolicy.create` | Whether to create a PodSecurityPolicy. WARNING: PodSecurityPolicy is deprecated in Kubernetes v1.21 or later, unavailable in v1.25 or later | `false` | - ### Redis® statefulset parameters | Name | Description | Value | @@ -233,7 +231,6 @@ The command removes all the Kubernetes components associated with the chart and | `redis.tolerations` | Tolerations for Redis® pods assignment | `[]` | | `redis.topologySpreadConstraints` | Pod topology spread constraints for Redis® pod | `[]` | - ### Cluster update job parameters | Name | Description | Value | @@ -263,7 +260,6 @@ The command removes all the Kubernetes components associated with the chart and | `updateJob.resources.limits` | The resources limits for the container | `{}` | | `updateJob.resources.requests` | The requested resources for the container | `{}` | - ### Cluster management parameters | Name | Description | Value | @@ -282,7 +278,6 @@ The command removes all the Kubernetes components associated with the chart and | `cluster.update.currentNumberOfReplicas` | Number of currently deployed Redis® replicas | `1` | | `cluster.update.newExternalIPs` | External IPs obtained from the services for the new nodes to add to the cluster | `[]` | - ### Metrics sidecar parameters | Name | Description | Value | @@ -321,7 +316,6 @@ The command removes all the Kubernetes components associated with the chart and | `metrics.service.labels` | Additional labels for the metrics service | `{}` | | `metrics.service.clusterIP` | Service Cluster IP | `""` | - ### Sysctl Image parameters | Name | Description | Value | @@ -330,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-r85` | +| `sysctlImage.tag` | sysctlImage Init container tag | `11-debian-11-r86` | | `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 81d5a6b059..794f151adc 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.8-debian-11-r11 + tag: 7.0.8-debian-11-r12 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -342,7 +342,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 11-debian-11-r85 + tag: 11-debian-11-r86 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. @@ -980,7 +980,7 @@ sysctlImage: ## registry: docker.io repository: bitnami/bitnami-shell - tag: 11-debian-11-r85 + tag: 11-debian-11-r86 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.