Skip to content

Commit 128a592

Browse files
author
Bitnami Bot
authoredJun 6, 2024··
[bitnami/redis] Release 19.5.2 (#27012)
* [bitnami/redis] Release 19.5.2 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
1 parent 06d3971 commit 128a592

File tree

4 files changed

+28
-24
lines changed

4 files changed

+28
-24
lines changed
 

‎bitnami/redis/CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22

3-
## 19.5.1 (2024-06-04)
3+
## 19.5.2 (2024-06-06)
44

5-
* [bitnami/redis] Bump chart version ([#26666](https://github.com/bitnami/charts/pull/26666))
5+
* [bitnami/redis] Release 19.5.2 ([#27012](https://github.com/bitnami/charts/pull/27012))
6+
7+
## <small>19.5.1 (2024-06-04)</small>
8+
9+
* [bitnami/redis] Bump chart version (#26666) ([01a2ef5](https://github.com/bitnami/charts/commit/01a2ef5c1354a3b93065bed9f5b4f41845114506)), closes [#26666](https://github.com/bitnami/charts/issues/26666)
610

711
## 19.5.0 (2024-05-23)
812

‎bitnami/redis/Chart.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: common
33
repository: oci://registry-1.docker.io/bitnamicharts
4-
version: 2.19.3
5-
digest: sha256:de997835d9ce9a9deefc2d70d8c62b11aa1d1a76ece9e86a83736ab9f930bf4d
6-
generated: "2024-05-21T14:34:40.55761424+02:00"
4+
version: 2.20.0
5+
digest: sha256:71e7e576e2b5403aae173a518430f727ccc2dd690a64cb44d47d6b8deb23d3c6
6+
generated: "2024-06-06T15:14:46.653609858Z"

‎bitnami/redis/Chart.yaml

+15-15
Original file line numberDiff line numberDiff line change
@@ -6,34 +6,34 @@ annotations:
66
licenses: Apache-2.0
77
images: |
88
- name: kubectl
9-
image: docker.io/bitnami/kubectl:1.30.1-debian-12-r0
9+
image: docker.io/bitnami/kubectl:1.30.1-debian-12-r1
1010
- name: os-shell
11-
image: docker.io/bitnami/os-shell:12-debian-12-r21
11+
image: docker.io/bitnami/os-shell:12-debian-12-r22
1212
- name: redis
1313
image: docker.io/bitnami/redis:7.2.5-debian-12-r0
1414
- name: redis-exporter
15-
image: docker.io/bitnami/redis-exporter:1.59.0-debian-12-r6
15+
image: docker.io/bitnami/redis-exporter:1.60.0-debian-12-r1
1616
- name: redis-sentinel
1717
image: docker.io/bitnami/redis-sentinel:7.2.5-debian-12-r0
1818
apiVersion: v2
1919
appVersion: 7.2.5
2020
dependencies:
21-
- name: common
22-
repository: oci://registry-1.docker.io/bitnamicharts
23-
tags:
24-
- bitnami-common
25-
version: 2.x.x
21+
- name: common
22+
repository: oci://registry-1.docker.io/bitnamicharts
23+
tags:
24+
- bitnami-common
25+
version: 2.x.x
2626
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.
2727
home: https://bitnami.com
2828
icon: https://bitnami.com/assets/stacks/redis/img/redis-stack-220x234.png
2929
keywords:
30-
- redis
31-
- keyvalue
32-
- database
30+
- redis
31+
- keyvalue
32+
- database
3333
maintainers:
34-
- name: Broadcom, Inc. All Rights Reserved.
35-
url: https://github.com/bitnami/charts
34+
- name: Broadcom, Inc. All Rights Reserved.
35+
url: https://github.com/bitnami/charts
3636
name: redis
3737
sources:
38-
- https://github.com/bitnami/charts/tree/main/bitnami/redis
39-
version: 19.5.1
38+
- https://github.com/bitnami/charts/tree/main/bitnami/redis
39+
version: 19.5.2

‎bitnami/redis/values.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1683,7 +1683,7 @@ metrics:
16831683
image:
16841684
registry: docker.io
16851685
repository: bitnami/redis-exporter
1686-
tag: 1.59.0-debian-12-r6
1686+
tag: 1.60.0-debian-12-r1
16871687
digest: ""
16881688
pullPolicy: IfNotPresent
16891689
## Optionally specify an array of imagePullSecrets.
@@ -2055,7 +2055,7 @@ volumePermissions:
20552055
image:
20562056
registry: docker.io
20572057
repository: bitnami/os-shell
2058-
tag: 12-debian-12-r21
2058+
tag: 12-debian-12-r22
20592059
digest: ""
20602060
pullPolicy: IfNotPresent
20612061
## Optionally specify an array of imagePullSecrets.
@@ -2111,7 +2111,7 @@ kubectl:
21112111
image:
21122112
registry: docker.io
21132113
repository: bitnami/kubectl
2114-
tag: 1.30.1-debian-12-r0
2114+
tag: 1.30.1-debian-12-r1
21152115
digest: ""
21162116
## Specify a imagePullPolicy
21172117
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -2181,7 +2181,7 @@ sysctl:
21812181
image:
21822182
registry: docker.io
21832183
repository: bitnami/os-shell
2184-
tag: 12-debian-12-r21
2184+
tag: 12-debian-12-r22
21852185
digest: ""
21862186
pullPolicy: IfNotPresent
21872187
## Optionally specify an array of imagePullSecrets.

0 commit comments

Comments
 (0)
Please sign in to comment.