Skip to content

Commit

Permalink
[bitnami/redis] Release 20.0.2 (#28881)
Browse files Browse the repository at this point in the history
* [bitnami/redis] Release 20.0.2 updating components versions

Signed-off-by: Bitnami Containers <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

---------

Signed-off-by: Bitnami Containers <[email protected]>
  • Loading branch information
bitnami-bot authored Aug 14, 2024
1 parent 3ff1490 commit 582b058
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
8 changes: 6 additions & 2 deletions bitnami/redis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 20.0.1 (2024-08-09)
## 20.0.2 (2024-08-14)

* [bitnami/redis] fix: Use rollout restart in ginkgo tests ([#28813](https://github.com/bitnami/charts/pull/28813))
* [bitnami/redis] Release 20.0.2 ([#28881](https://github.com/bitnami/charts/pull/28881))

## <small>20.0.1 (2024-08-09)</small>

* [bitnami/redis] fix: Use rollout restart in ginkgo tests (#28813) ([1d8cb54](https://github.com/bitnami/charts/commit/1d8cb543a33d12b519a4b0e28fa99d3e20421a28)), closes [#28813](https://github.com/bitnami/charts/issues/28813)

## 20.0.0 (2024-08-09)

Expand Down
6 changes: 3 additions & 3 deletions bitnami/redis/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: kubectl
image: docker.io/bitnami/kubectl:1.30.3-debian-12-r5
image: docker.io/bitnami/kubectl:1.31.0-debian-12-r0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r27
- name: redis
image: docker.io/bitnami/redis:7.4.0-debian-12-r0
image: docker.io/bitnami/redis:7.4.0-debian-12-r1
- name: redis-exporter
image: docker.io/bitnami/redis-exporter:1.62.0-debian-12-r3
- name: redis-sentinel
Expand All @@ -36,4 +36,4 @@ maintainers:
name: redis
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/redis
version: 20.0.1
version: 20.0.2
4 changes: 2 additions & 2 deletions bitnami/redis/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/redis
tag: 7.4.0-debian-12-r0
tag: 7.4.0-debian-12-r1
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -2119,7 +2119,7 @@ kubectl:
image:
registry: docker.io
repository: bitnami/kubectl
tag: 1.30.3-debian-12-r5
tag: 1.31.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down

0 comments on commit 582b058

Please sign in to comment.