Skip to content

Commit cc5eb96

Browse files
author
Bitnami Bot
authoredAug 25, 2023
[bitnami/redis] Release 18.0.0 (#18874)
* [bitnami/redis] Release 18.0.0 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 c91c68f commit cc5eb96

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed
 

‎bitnami/redis/Chart.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ annotations:
66
licenses: Apache-2.0
77
images: |
88
- name: os-shell
9-
image: docker.io/bitnami/os-shell:11-debian-11-r45
9+
image: docker.io/bitnami/os-shell:11-debian-11-r48
1010
- name: redis-exporter
1111
image: docker.io/bitnami/redis-exporter:1.52.0-debian-11-r25
1212
- name: redis-sentinel
13-
image: docker.io/bitnami/redis-sentinel:7.0.12-debian-11-r0
13+
image: docker.io/bitnami/redis-sentinel:7.2.0-debian-11-r0
1414
- name: redis
15-
image: docker.io/bitnami/redis:7.0.12-debian-11-r34
15+
image: docker.io/bitnami/redis:7.2.0-debian-11-r0
1616
apiVersion: v2
17-
appVersion: 7.0.12
17+
appVersion: 7.2.0
1818
dependencies:
1919
- name: common
2020
repository: oci://registry-1.docker.io/bitnamicharts
@@ -34,4 +34,4 @@ maintainers:
3434
name: redis
3535
sources:
3636
- https://github.com/bitnami/charts/tree/main/bitnami/redis
37-
version: 17.17.1
37+
version: 18.0.0

‎bitnami/redis/README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,15 @@ The command removes all the Kubernetes components associated with the chart and
9797

9898
### Redis&reg; Image parameters
9999

100-
| Name | Description | Value |
101-
| ------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------- |
102-
| `image.registry` | Redis&reg; image registry | `docker.io` |
103-
| `image.repository` | Redis&reg; image repository | `bitnami/redis` |
104-
| `image.tag` | Redis&reg; image tag (immutable tags are recommended) | `7.0.12-debian-11-r34` |
105-
| `image.digest` | Redis&reg; image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
106-
| `image.pullPolicy` | Redis&reg; image pull policy | `IfNotPresent` |
107-
| `image.pullSecrets` | Redis&reg; image pull secrets | `[]` |
108-
| `image.debug` | Enable image debug mode | `false` |
100+
| Name | Description | Value |
101+
| ------------------- | ---------------------------------------------------------------------------------------------------------- | -------------------- |
102+
| `image.registry` | Redis&reg; image registry | `docker.io` |
103+
| `image.repository` | Redis&reg; image repository | `bitnami/redis` |
104+
| `image.tag` | Redis&reg; image tag (immutable tags are recommended) | `7.2.0-debian-11-r0` |
105+
| `image.digest` | Redis&reg; image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
106+
| `image.pullPolicy` | Redis&reg; image pull policy | `IfNotPresent` |
107+
| `image.pullSecrets` | Redis&reg; image pull secrets | `[]` |
108+
| `image.debug` | Enable image debug mode | `false` |
109109

110110
### Redis&reg; common configuration parameters
111111

@@ -347,7 +347,7 @@ The command removes all the Kubernetes components associated with the chart and
347347
| `sentinel.enabled` | Use Redis&reg; Sentinel on Redis&reg; pods. | `false` |
348348
| `sentinel.image.registry` | Redis&reg; Sentinel image registry | `docker.io` |
349349
| `sentinel.image.repository` | Redis&reg; Sentinel image repository | `bitnami/redis-sentinel` |
350-
| `sentinel.image.tag` | Redis&reg; Sentinel image tag (immutable tags are recommended) | `7.0.12-debian-11-r0` |
350+
| `sentinel.image.tag` | Redis&reg; Sentinel image tag (immutable tags are recommended) | `7.2.0-debian-11-r0` |
351351
| `sentinel.image.digest` | Redis&reg; Sentinel image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
352352
| `sentinel.image.pullPolicy` | Redis&reg; Sentinel image pull policy | `IfNotPresent` |
353353
| `sentinel.image.pullSecrets` | Redis&reg; Sentinel image pull secrets | `[]` |
@@ -544,7 +544,7 @@ The command removes all the Kubernetes components associated with the chart and
544544
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` |
545545
| `volumePermissions.image.registry` | OS Shell + Utility image registry | `docker.io` |
546546
| `volumePermissions.image.repository` | OS Shell + Utility image repository | `bitnami/os-shell` |
547-
| `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r45` |
547+
| `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r48` |
548548
| `volumePermissions.image.digest` | OS Shell + Utility image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
549549
| `volumePermissions.image.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` |
550550
| `volumePermissions.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` |
@@ -554,7 +554,7 @@ The command removes all the Kubernetes components associated with the chart and
554554
| `sysctl.enabled` | Enable init container to modify Kernel settings | `false` |
555555
| `sysctl.image.registry` | OS Shell + Utility image registry | `docker.io` |
556556
| `sysctl.image.repository` | OS Shell + Utility image repository | `bitnami/os-shell` |
557-
| `sysctl.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r45` |
557+
| `sysctl.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r48` |
558558
| `sysctl.image.digest` | OS Shell + Utility image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
559559
| `sysctl.image.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` |
560560
| `sysctl.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` |

‎bitnami/redis/values.yaml

+4-4
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-r34
94+
tag: 7.2.0-debian-11-r0
9595
digest: ""
9696
## Specify a imagePullPolicy
9797
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -1036,7 +1036,7 @@ sentinel:
10361036
image:
10371037
registry: docker.io
10381038
repository: bitnami/redis-sentinel
1039-
tag: 7.0.12-debian-11-r0
1039+
tag: 7.2.0-debian-11-r0
10401040
digest: ""
10411041
## Specify a imagePullPolicy
10421042
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -1767,7 +1767,7 @@ volumePermissions:
17671767
image:
17681768
registry: docker.io
17691769
repository: bitnami/os-shell
1770-
tag: 11-debian-11-r45
1770+
tag: 11-debian-11-r48
17711771
digest: ""
17721772
pullPolicy: IfNotPresent
17731773
## Optionally specify an array of imagePullSecrets.
@@ -1815,7 +1815,7 @@ sysctl:
18151815
image:
18161816
registry: docker.io
18171817
repository: bitnami/os-shell
1818-
tag: 11-debian-11-r45
1818+
tag: 11-debian-11-r48
18191819
digest: ""
18201820
pullPolicy: IfNotPresent
18211821
## Optionally specify an array of imagePullSecrets.

0 commit comments

Comments
 (0)
Please sign in to comment.