From 8a86a04426310efea8dee92353a92dc17ad04912 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 17 Feb 2023 19:52:20 +0100 Subject: [PATCH] [bitnami/redis] Release 17.7.5 (#15014) * [bitnami/redis] Release 17.7.5 updating components versions Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/redis/Chart.yaml | 2 +- bitnami/redis/README.md | 18 ++++-------------- bitnami/redis/values.yaml | 8 ++++---- 3 files changed, 9 insertions(+), 19 deletions(-) diff --git a/bitnami/redis/Chart.yaml b/bitnami/redis/Chart.yaml index 22c512e05e..bf15f60952 100644 --- a/bitnami/redis/Chart.yaml +++ b/bitnami/redis/Chart.yaml @@ -22,4 +22,4 @@ maintainers: name: redis sources: - https://github.com/bitnami/containers/tree/main/bitnami/redis -version: 17.7.4 +version: 17.7.5 diff --git a/bitnami/redis/README.md b/bitnami/redis/README.md index 275e6f163c..d6bee47b5a 100644 --- a/bitnami/redis/README.md +++ b/bitnami/redis/README.md @@ -76,7 +76,6 @@ The command removes all the Kubernetes components associated with the chart and | `global.storageClass` | Global StorageClass for Persistent Volume(s) | `""` | | `global.redis.password` | Global Redis® password (overrides `auth.password`) | `""` | - ### Common parameters | Name | Description | Value | @@ -94,20 +93,18 @@ The command removes all the Kubernetes components associated with the chart and | `diagnosticMode.command` | Command to override all containers in the deployment | `["sleep"]` | | `diagnosticMode.args` | Args to override all containers in the deployment | `["infinity"]` | - ### Redis® Image parameters | Name | Description | Value | | ------------------- | ---------------------------------------------------------------------------------------------------------- | --------------------- | | `image.registry` | Redis® image registry | `docker.io` | | `image.repository` | Redis® image repository | `bitnami/redis` | -| `image.tag` | Redis® image tag (immutable tags are recommended) | `7.0.8-debian-11-r11` | +| `image.tag` | Redis® image tag (immutable tags are recommended) | `7.0.8-debian-11-r12` | | `image.digest` | Redis® image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `image.pullPolicy` | Redis® image pull policy | `IfNotPresent` | | `image.pullSecrets` | Redis® image pull secrets | `[]` | | `image.debug` | Enable image debug mode | `false` | - ### Redis® common configuration parameters | Name | Description | Value | @@ -122,7 +119,6 @@ The command removes all the Kubernetes components associated with the chart and | `commonConfiguration` | Common configuration to be added into the ConfigMap | `""` | | `existingConfigmap` | The name of an existing ConfigMap with your custom configuration for Redis® nodes | `""` | - ### Redis® master configuration parameters | Name | Description | Value | @@ -222,7 +218,6 @@ The command removes all the Kubernetes components associated with the chart and | `master.serviceAccount.automountServiceAccountToken` | Whether to auto mount the service account token | `true` | | `master.serviceAccount.annotations` | Additional custom annotations for the ServiceAccount | `{}` | - ### Redis® replicas configuration parameters | Name | Description | Value | @@ -329,7 +324,6 @@ The command removes all the Kubernetes components associated with the chart and | `replica.serviceAccount.automountServiceAccountToken` | Whether to auto mount the service account token | `true` | | `replica.serviceAccount.annotations` | Additional custom annotations for the ServiceAccount | `{}` | - ### Redis® Sentinel configuration parameters | Name | Description | Value | @@ -337,7 +331,7 @@ The command removes all the Kubernetes components associated with the chart and | `sentinel.enabled` | Use Redis® Sentinel on Redis® pods. | `false` | | `sentinel.image.registry` | Redis® Sentinel image registry | `docker.io` | | `sentinel.image.repository` | Redis® Sentinel image repository | `bitnami/redis-sentinel` | -| `sentinel.image.tag` | Redis® Sentinel image tag (immutable tags are recommended) | `7.0.8-debian-11-r10` | +| `sentinel.image.tag` | Redis® Sentinel image tag (immutable tags are recommended) | `7.0.8-debian-11-r11` | | `sentinel.image.digest` | Redis® Sentinel image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `sentinel.image.pullPolicy` | Redis® Sentinel image pull policy | `IfNotPresent` | | `sentinel.image.pullSecrets` | Redis® Sentinel image pull secrets | `[]` | @@ -413,7 +407,6 @@ The command removes all the Kubernetes components associated with the chart and | `sentinel.service.sessionAffinityConfig` | Additional settings for the sessionAffinity | `{}` | | `sentinel.terminationGracePeriodSeconds` | Integer setting the termination grace period for the redis-node pods | `30` | - ### Other Parameters | Name | Description | Value | @@ -445,7 +438,6 @@ The command removes all the Kubernetes components associated with the chart and | `tls.certCAFilename` | CA Certificate filename | `""` | | `tls.dhParamsFilename` | File containing DH params (in order to support DH based ciphers) | `""` | - ### Metrics Parameters | Name | Description | Value | @@ -511,7 +503,6 @@ The command removes all the Kubernetes components associated with the chart and | `metrics.prometheusRule.additionalLabels` | Additional labels for the prometheusRule | `{}` | | `metrics.prometheusRule.rules` | Custom Prometheus rules | `[]` | - ### Init Container Parameters | Name | Description | Value | @@ -519,7 +510,7 @@ The command removes all the Kubernetes components associated with the chart and | `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` | | `volumePermissions.image.registry` | Bitnami Shell image registry | `docker.io` | | `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` | -| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r85` | +| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r86` | | `volumePermissions.image.digest` | Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` | | `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` | @@ -529,7 +520,7 @@ The command removes all the Kubernetes components associated with the chart and | `sysctl.enabled` | Enable init container to modify Kernel settings | `false` | | `sysctl.image.registry` | Bitnami Shell image registry | `docker.io` | | `sysctl.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` | -| `sysctl.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r85` | +| `sysctl.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r86` | | `sysctl.image.digest` | Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `sysctl.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` | | `sysctl.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` | @@ -538,7 +529,6 @@ The command removes all the Kubernetes components associated with the chart and | `sysctl.resources.limits` | The resources limits for the init container | `{}` | | `sysctl.resources.requests` | The requested resources for the init container | `{}` | - ### useExternalDNS Parameters | Name | Description | Value | diff --git a/bitnami/redis/values.yaml b/bitnami/redis/values.yaml index 264ff06271..e7571b2e07 100644 --- a/bitnami/redis/values.yaml +++ b/bitnami/redis/values.yaml @@ -82,7 +82,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/redis - 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' @@ -985,7 +985,7 @@ sentinel: image: registry: docker.io repository: bitnami/redis-sentinel - tag: 7.0.8-debian-11-r10 + tag: 7.0.8-debian-11-r11 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -1658,7 +1658,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. @@ -1706,7 +1706,7 @@ sysctl: 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.