Skip to content

Commit 3ed0eb6

Browse files
author
Bitnami Bot
authoredJul 15, 2023
[bitnami/redis] Release 17.13.1 (#17713)
* [bitnami/redis] Release 17.13.1 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
1 parent 1c74cf1 commit 3ed0eb6

File tree

3 files changed

+34
-34
lines changed

3 files changed

+34
-34
lines changed
 

‎bitnami/redis/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ maintainers:
2525
name: redis
2626
sources:
2727
- https://github.com/bitnami/charts/tree/main/bitnami/redis
28-
version: 17.13.0
28+
version: 17.13.1

‎bitnami/redis/README.md

+26-26
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The command removes all the Kubernetes components associated with the chart and
101101
| ------------------- | ---------------------------------------------------------------------------------------------------------- | --------------------- |
102102
| `image.registry` | Redis&reg; image registry | `docker.io` |
103103
| `image.repository` | Redis&reg; image repository | `bitnami/redis` |
104-
| `image.tag` | Redis&reg; image tag (immutable tags are recommended) | `7.0.12-debian-11-r0` |
104+
| `image.tag` | Redis&reg; image tag (immutable tags are recommended) | `7.0.12-debian-11-r2` |
105105
| `image.digest` | Redis&reg; image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
106106
| `image.pullPolicy` | Redis&reg; image pull policy | `IfNotPresent` |
107107
| `image.pullSecrets` | Redis&reg; image pull secrets | `[]` |
@@ -335,7 +335,7 @@ The command removes all the Kubernetes components associated with the chart and
335335
| `sentinel.enabled` | Use Redis&reg; Sentinel on Redis&reg; pods. | `false` |
336336
| `sentinel.image.registry` | Redis&reg; Sentinel image registry | `docker.io` |
337337
| `sentinel.image.repository` | Redis&reg; Sentinel image repository | `bitnami/redis-sentinel` |
338-
| `sentinel.image.tag` | Redis&reg; Sentinel image tag (immutable tags are recommended) | `7.0.11-debian-11-r27` |
338+
| `sentinel.image.tag` | Redis&reg; Sentinel image tag (immutable tags are recommended) | `7.0.12-debian-11-r1` |
339339
| `sentinel.image.digest` | Redis&reg; Sentinel image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
340340
| `sentinel.image.pullPolicy` | Redis&reg; Sentinel image pull policy | `IfNotPresent` |
341341
| `sentinel.image.pullSecrets` | Redis&reg; Sentinel image pull secrets | `[]` |
@@ -453,7 +453,7 @@ The command removes all the Kubernetes components associated with the chart and
453453
| `metrics.enabled` | Start a sidecar prometheus exporter to expose Redis&reg; metrics | `false` |
454454
| `metrics.image.registry` | Redis&reg; Exporter image registry | `docker.io` |
455455
| `metrics.image.repository` | Redis&reg; Exporter image repository | `bitnami/redis-exporter` |
456-
| `metrics.image.tag` | Redis&reg; Exporter image tag (immutable tags are recommended) | `1.51.0-debian-11-r8` |
456+
| `metrics.image.tag` | Redis&reg; Exporter image tag (immutable tags are recommended) | `1.51.0-debian-11-r10` |
457457
| `metrics.image.digest` | Redis&reg; Exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
458458
| `metrics.image.pullPolicy` | Redis&reg; Exporter image pull policy | `IfNotPresent` |
459459
| `metrics.image.pullSecrets` | Redis&reg; Exporter image pull secrets | `[]` |
@@ -516,29 +516,29 @@ The command removes all the Kubernetes components associated with the chart and
516516

517517
### Init Container Parameters
518518

519-
| Name | Description | Value |
520-
| ------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ----------------------- |
521-
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` |
522-
| `volumePermissions.image.registry` | OS Shell + Utility image registry | `docker.io` |
523-
| `volumePermissions.image.repository` | OS Shell + Utility image repository | `bitnami/bitnami-shell` |
524-
| `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r134` |
525-
| `volumePermissions.image.digest` | OS Shell + Utility image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
526-
| `volumePermissions.image.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` |
527-
| `volumePermissions.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` |
528-
| `volumePermissions.resources.limits` | The resources limits for the init container | `{}` |
529-
| `volumePermissions.resources.requests` | The requested resources for the init container | `{}` |
530-
| `volumePermissions.containerSecurityContext.runAsUser` | Set init container's Security Context runAsUser | `0` |
531-
| `sysctl.enabled` | Enable init container to modify Kernel settings | `false` |
532-
| `sysctl.image.registry` | OS Shell + Utility image registry | `docker.io` |
533-
| `sysctl.image.repository` | OS Shell + Utility image repository | `bitnami/bitnami-shell` |
534-
| `sysctl.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r134` |
535-
| `sysctl.image.digest` | OS Shell + Utility image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
536-
| `sysctl.image.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` |
537-
| `sysctl.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` |
538-
| `sysctl.command` | Override default init-sysctl container command (useful when using custom images) | `[]` |
539-
| `sysctl.mountHostSys` | Mount the host `/sys` folder to `/host-sys` | `false` |
540-
| `sysctl.resources.limits` | The resources limits for the init container | `{}` |
541-
| `sysctl.resources.requests` | The requested resources for the init container | `{}` |
519+
| Name | Description | Value |
520+
| ------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------ |
521+
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` |
522+
| `volumePermissions.image.registry` | OS Shell + Utility image registry | `docker.io` |
523+
| `volumePermissions.image.repository` | OS Shell + Utility image repository | `bitnami/os-shell` |
524+
| `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r3` |
525+
| `volumePermissions.image.digest` | OS Shell + Utility image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
526+
| `volumePermissions.image.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` |
527+
| `volumePermissions.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` |
528+
| `volumePermissions.resources.limits` | The resources limits for the init container | `{}` |
529+
| `volumePermissions.resources.requests` | The requested resources for the init container | `{}` |
530+
| `volumePermissions.containerSecurityContext.runAsUser` | Set init container's Security Context runAsUser | `0` |
531+
| `sysctl.enabled` | Enable init container to modify Kernel settings | `false` |
532+
| `sysctl.image.registry` | OS Shell + Utility image registry | `docker.io` |
533+
| `sysctl.image.repository` | OS Shell + Utility image repository | `bitnami/os-shell` |
534+
| `sysctl.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r3` |
535+
| `sysctl.image.digest` | OS Shell + Utility image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
536+
| `sysctl.image.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` |
537+
| `sysctl.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` |
538+
| `sysctl.command` | Override default init-sysctl container command (useful when using custom images) | `[]` |
539+
| `sysctl.mountHostSys` | Mount the host `/sys` folder to `/host-sys` | `false` |
540+
| `sysctl.resources.limits` | The resources limits for the init container | `{}` |
541+
| `sysctl.resources.requests` | The requested resources for the init container | `{}` |
542542

543543
### useExternalDNS Parameters
544544

‎bitnami/redis/values.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ diagnosticMode:
9191
image:
9292
registry: docker.io
9393
repository: bitnami/redis
94-
tag: 7.0.12-debian-11-r0
94+
tag: 7.0.12-debian-11-r2
9595
digest: ""
9696
## Specify a imagePullPolicy
9797
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -1004,7 +1004,7 @@ sentinel:
10041004
image:
10051005
registry: docker.io
10061006
repository: bitnami/redis-sentinel
1007-
tag: 7.0.11-debian-11-r27
1007+
tag: 7.0.12-debian-11-r1
10081008
digest: ""
10091009
## Specify a imagePullPolicy
10101010
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -1446,7 +1446,7 @@ metrics:
14461446
image:
14471447
registry: docker.io
14481448
repository: bitnami/redis-exporter
1449-
tag: 1.51.0-debian-11-r8
1449+
tag: 1.51.0-debian-11-r10
14501450
digest: ""
14511451
pullPolicy: IfNotPresent
14521452
## Optionally specify an array of imagePullSecrets.
@@ -1706,8 +1706,8 @@ volumePermissions:
17061706
##
17071707
image:
17081708
registry: docker.io
1709-
repository: bitnami/bitnami-shell
1710-
tag: 11-debian-11-r134
1709+
repository: bitnami/os-shell
1710+
tag: 11-debian-11-r3
17111711
digest: ""
17121712
pullPolicy: IfNotPresent
17131713
## Optionally specify an array of imagePullSecrets.
@@ -1754,8 +1754,8 @@ sysctl:
17541754
##
17551755
image:
17561756
registry: docker.io
1757-
repository: bitnami/bitnami-shell
1758-
tag: 11-debian-11-r134
1757+
repository: bitnami/os-shell
1758+
tag: 11-debian-11-r3
17591759
digest: ""
17601760
pullPolicy: IfNotPresent
17611761
## Optionally specify an array of imagePullSecrets.

0 commit comments

Comments
 (0)
Please sign in to comment.