Skip to content

Commit 8fac519

Browse files
author
Bitnami Bot
authoredMay 13, 2024··
[bitnami/redis] Release 19.3.1 updating components versions (#25710)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
1 parent 471d3f3 commit 8fac519

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed
 

‎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.1
5-
digest: sha256:c883732817d9aaa3304f7b3109262aa338959de15b432dc5a2dbde13d2e136a5
6-
generated: "2024-04-17T16:04:01.003664669Z"
4+
version: 2.19.2
5+
digest: sha256:e670e1075bfafffe040fae1158f1fa1f592585f394b48704ba137d2d083b1571
6+
generated: "2024-05-13T11:37:01.073376388Z"

‎bitnami/redis/Chart.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ annotations:
66
licenses: Apache-2.0
77
images: |
88
- name: kubectl
9-
image: docker.io/bitnami/kubectl:1.30.0-debian-12-r0
9+
image: docker.io/bitnami/kubectl:1.30.0-debian-12-r4
1010
- name: os-shell
11-
image: docker.io/bitnami/os-shell:12-debian-12-r19
11+
image: docker.io/bitnami/os-shell:12-debian-12-r21
1212
- name: redis
13-
image: docker.io/bitnami/redis:7.2.4-debian-12-r13
13+
image: docker.io/bitnami/redis:7.2.4-debian-12-r15
1414
- name: redis-exporter
15-
image: docker.io/bitnami/redis-exporter:1.59.0-debian-12-r1
15+
image: docker.io/bitnami/redis-exporter:1.59.0-debian-12-r4
1616
- name: redis-sentinel
17-
image: docker.io/bitnami/redis-sentinel:7.2.4-debian-12-r10
17+
image: docker.io/bitnami/redis-sentinel:7.2.4-debian-12-r11
1818
apiVersion: v2
1919
appVersion: 7.2.4
2020
dependencies:
@@ -36,4 +36,4 @@ maintainers:
3636
name: redis
3737
sources:
3838
- https://github.com/bitnami/charts/tree/main/bitnami/redis
39-
version: 19.3.0
39+
version: 19.3.1

‎bitnami/redis/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1270,4 +1270,4 @@ Unless required by applicable law or agreed to in writing, software
12701270
distributed under the License is distributed on an "AS IS" BASIS,
12711271
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12721272
See the License for the specific language governing permissions and
1273-
limitations under the License.
1273+
limitations under the License.

‎bitnami/redis/values.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ diagnosticMode:
100100
image:
101101
registry: docker.io
102102
repository: bitnami/redis
103-
tag: 7.2.4-debian-12-r13
103+
tag: 7.2.4-debian-12-r15
104104
digest: ""
105105
## Specify a imagePullPolicy
106106
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -1112,7 +1112,7 @@ sentinel:
11121112
image:
11131113
registry: docker.io
11141114
repository: bitnami/redis-sentinel
1115-
tag: 7.2.4-debian-12-r10
1115+
tag: 7.2.4-debian-12-r11
11161116
digest: ""
11171117
## Specify a imagePullPolicy
11181118
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -1671,7 +1671,7 @@ metrics:
16711671
image:
16721672
registry: docker.io
16731673
repository: bitnami/redis-exporter
1674-
tag: 1.59.0-debian-12-r1
1674+
tag: 1.59.0-debian-12-r4
16751675
digest: ""
16761676
pullPolicy: IfNotPresent
16771677
## Optionally specify an array of imagePullSecrets.
@@ -2043,7 +2043,7 @@ volumePermissions:
20432043
image:
20442044
registry: docker.io
20452045
repository: bitnami/os-shell
2046-
tag: 12-debian-12-r19
2046+
tag: 12-debian-12-r21
20472047
digest: ""
20482048
pullPolicy: IfNotPresent
20492049
## Optionally specify an array of imagePullSecrets.
@@ -2099,7 +2099,7 @@ kubectl:
20992099
image:
21002100
registry: docker.io
21012101
repository: bitnami/kubectl
2102-
tag: 1.30.0-debian-12-r0
2102+
tag: 1.30.0-debian-12-r4
21032103
digest: ""
21042104
## Specify a imagePullPolicy
21052105
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -2169,7 +2169,7 @@ sysctl:
21692169
image:
21702170
registry: docker.io
21712171
repository: bitnami/os-shell
2172-
tag: 12-debian-12-r19
2172+
tag: 12-debian-12-r21
21732173
digest: ""
21742174
pullPolicy: IfNotPresent
21752175
## Optionally specify an array of imagePullSecrets.

0 commit comments

Comments
 (0)
Please sign in to comment.