Skip to content

Commit f094056

Browse files
author
Bitnami Bot
authoredJul 28, 2023
[bitnami/redis] Release 17.14.3 (#18021)
* [bitnami/redis] Release 17.14.3 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 47ce5d6 commit f094056

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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.14.2
28+
version: 17.14.3

‎bitnami/redis/README.md

+3-3
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-r13` |
104+
| `image.tag` | Redis&reg; image tag (immutable tags are recommended) | `7.0.12-debian-11-r15` |
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 | `[]` |
@@ -541,7 +541,7 @@ The command removes all the Kubernetes components associated with the chart and
541541
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` |
542542
| `volumePermissions.image.registry` | OS Shell + Utility image registry | `docker.io` |
543543
| `volumePermissions.image.repository` | OS Shell + Utility image repository | `bitnami/os-shell` |
544-
| `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r16` |
544+
| `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r19` |
545545
| `volumePermissions.image.digest` | OS Shell + Utility image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
546546
| `volumePermissions.image.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` |
547547
| `volumePermissions.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` |
@@ -551,7 +551,7 @@ The command removes all the Kubernetes components associated with the chart and
551551
| `sysctl.enabled` | Enable init container to modify Kernel settings | `false` |
552552
| `sysctl.image.registry` | OS Shell + Utility image registry | `docker.io` |
553553
| `sysctl.image.repository` | OS Shell + Utility image repository | `bitnami/os-shell` |
554-
| `sysctl.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r16` |
554+
| `sysctl.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r19` |
555555
| `sysctl.image.digest` | OS Shell + Utility image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
556556
| `sysctl.image.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` |
557557
| `sysctl.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` |

‎bitnami/redis/values.yaml

+3-3
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-r13
94+
tag: 7.0.12-debian-11-r15
9595
digest: ""
9696
## Specify a imagePullPolicy
9797
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -1759,7 +1759,7 @@ volumePermissions:
17591759
image:
17601760
registry: docker.io
17611761
repository: bitnami/os-shell
1762-
tag: 11-debian-11-r16
1762+
tag: 11-debian-11-r19
17631763
digest: ""
17641764
pullPolicy: IfNotPresent
17651765
## Optionally specify an array of imagePullSecrets.
@@ -1807,7 +1807,7 @@ sysctl:
18071807
image:
18081808
registry: docker.io
18091809
repository: bitnami/os-shell
1810-
tag: 11-debian-11-r16
1810+
tag: 11-debian-11-r19
18111811
digest: ""
18121812
pullPolicy: IfNotPresent
18131813
## Optionally specify an array of imagePullSecrets.

0 commit comments

Comments
 (0)
Please sign in to comment.