Skip to content

Commit 2cc47e7

Browse files
author
Bitnami Bot
authoredSep 7, 2023
[bitnami/redis] Release 18.0.4 (#19153)
* [bitnami/redis] Release 18.0.4 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 5f11bee commit 2cc47e7

File tree

3 files changed

+28
-28
lines changed

3 files changed

+28
-28
lines changed
 

‎bitnami/redis/Chart.yaml

+17-17
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,32 @@ annotations:
66
licenses: Apache-2.0
77
images: |
88
- name: os-shell
9-
image: docker.io/bitnami/os-shell:11-debian-11-r48
9+
image: docker.io/bitnami/os-shell:11-debian-11-r60
1010
- name: redis-exporter
11-
image: docker.io/bitnami/redis-exporter:1.52.0-debian-11-r25
11+
image: docker.io/bitnami/redis-exporter:1.54.0-debian-11-r0
1212
- name: redis-sentinel
13-
image: docker.io/bitnami/redis-sentinel:7.2.0-debian-11-r0
13+
image: docker.io/bitnami/redis-sentinel:7.2.1-debian-11-r0
1414
- name: redis
15-
image: docker.io/bitnami/redis:7.2.0-debian-11-r0
15+
image: docker.io/bitnami/redis:7.2.1-debian-11-r0
1616
apiVersion: v2
17-
appVersion: 7.2.0
17+
appVersion: 7.2.1
1818
dependencies:
19-
- name: common
20-
repository: oci://registry-1.docker.io/bitnamicharts
21-
tags:
22-
- bitnami-common
23-
version: 2.x.x
19+
- name: common
20+
repository: oci://registry-1.docker.io/bitnamicharts
21+
tags:
22+
- bitnami-common
23+
version: 2.x.x
2424
description: Redis(R) is an open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets.
2525
home: https://bitnami.com
2626
icon: https://bitnami.com/assets/stacks/redis/img/redis-stack-220x234.png
2727
keywords:
28-
- redis
29-
- keyvalue
30-
- database
28+
- redis
29+
- keyvalue
30+
- database
3131
maintainers:
32-
- name: VMware, Inc.
33-
url: https://github.com/bitnami/charts
32+
- name: VMware, Inc.
33+
url: https://github.com/bitnami/charts
3434
name: redis
3535
sources:
36-
- https://github.com/bitnami/charts/tree/main/bitnami/redis
37-
version: 18.0.3
36+
- https://github.com/bitnami/charts/tree/main/bitnami/redis
37+
version: 18.0.4

‎bitnami/redis/README.md

+6-6
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.2.0-debian-11-r0` |
104+
| `image.tag` | Redis&reg; image tag (immutable tags are recommended) | `7.2.1-debian-11-r0` |
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 | `[]` |
@@ -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.2.0-debian-11-r0` |
350+
| `sentinel.image.tag` | Redis&reg; Sentinel image tag (immutable tags are recommended) | `7.2.1-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 | `[]` |
@@ -471,7 +471,7 @@ The command removes all the Kubernetes components associated with the chart and
471471
| `metrics.enabled` | Start a sidecar prometheus exporter to expose Redis&reg; metrics | `false` |
472472
| `metrics.image.registry` | Redis&reg; Exporter image registry | `docker.io` |
473473
| `metrics.image.repository` | Redis&reg; Exporter image repository | `bitnami/redis-exporter` |
474-
| `metrics.image.tag` | Redis&reg; Exporter image tag (immutable tags are recommended) | `1.52.0-debian-11-r25` |
474+
| `metrics.image.tag` | Redis&reg; Exporter image tag (immutable tags are recommended) | `1.54.0-debian-11-r0` |
475475
| `metrics.image.digest` | Redis&reg; Exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
476476
| `metrics.image.pullPolicy` | Redis&reg; Exporter image pull policy | `IfNotPresent` |
477477
| `metrics.image.pullSecrets` | Redis&reg; Exporter 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-r48` |
547+
| `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r60` |
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-r48` |
557+
| `sysctl.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r60` |
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 | `[]` |
@@ -982,4 +982,4 @@ Unless required by applicable law or agreed to in writing, software
982982
distributed under the License is distributed on an "AS IS" BASIS,
983983
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
984984
See the License for the specific language governing permissions and
985-
limitations under the License.
985+
limitations under the License.

‎bitnami/redis/values.yaml

+5-5
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.2.0-debian-11-r0
94+
tag: 7.2.1-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.2.0-debian-11-r0
1039+
tag: 7.2.1-debian-11-r0
10401040
digest: ""
10411041
## Specify a imagePullPolicy
10421042
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -1493,7 +1493,7 @@ metrics:
14931493
image:
14941494
registry: docker.io
14951495
repository: bitnami/redis-exporter
1496-
tag: 1.52.0-debian-11-r25
1496+
tag: 1.54.0-debian-11-r0
14971497
digest: ""
14981498
pullPolicy: IfNotPresent
14991499
## Optionally specify an array of imagePullSecrets.
@@ -1767,7 +1767,7 @@ volumePermissions:
17671767
image:
17681768
registry: docker.io
17691769
repository: bitnami/os-shell
1770-
tag: 11-debian-11-r48
1770+
tag: 11-debian-11-r60
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-r48
1818+
tag: 11-debian-11-r60
18191819
digest: ""
18201820
pullPolicy: IfNotPresent
18211821
## Optionally specify an array of imagePullSecrets.

0 commit comments

Comments
 (0)
Please sign in to comment.