Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bitnami/redis] Release 19.3.4 #26103

Merged
merged 1 commit into from
May 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions bitnami/redis/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ annotations:
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r21
- name: redis
image: docker.io/bitnami/redis:7.2.4-debian-12-r16
image: docker.io/bitnami/redis:7.2.5-debian-12-r0
- name: redis-exporter
image: docker.io/bitnami/redis-exporter:1.59.0-debian-12-r6
- name: redis-sentinel
image: docker.io/bitnami/redis-sentinel:7.2.4-debian-12-r13
image: docker.io/bitnami/redis-sentinel:7.2.5-debian-12-r0
apiVersion: v2
appVersion: 7.2.4
appVersion: 7.2.5
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
Expand All @@ -36,4 +36,4 @@ maintainers:
name: redis
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/redis
version: 19.3.3
version: 19.3.4
4 changes: 2 additions & 2 deletions bitnami/redis/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/redis
tag: 7.2.4-debian-12-r16
tag: 7.2.5-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -1112,7 +1112,7 @@ sentinel:
image:
registry: docker.io
repository: bitnami/redis-sentinel
tag: 7.2.4-debian-12-r13
tag: 7.2.5-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
Loading