From 12f253db10a2c39640626847ad2d4c2f9770f1ee Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 19 Dec 2024 18:09:01 +0000 Subject: [PATCH] chore(deps): update redis-cluster docker tag to v11 (#743) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [redis-cluster](https://github.com/bitnami/charts) ([source](https://github.com/bitnami/charts/tree/HEAD/bitnami/redis-cluster)) | major | `10.3.0` -> `11.2.0` | --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: justusbunsi Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/743 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- Chart.lock | 6 +++--- Chart.yaml | 2 +- README.md | 4 ++++ 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Chart.lock b/Chart.lock index 9a2a663..4d82e11 100644 --- a/Chart.lock +++ b/Chart.lock @@ -7,9 +7,9 @@ dependencies: version: 14.3.10 - name: redis-cluster repository: oci://registry-1.docker.io/bitnamicharts - version: 10.3.0 + version: 11.2.0 - name: redis repository: oci://registry-1.docker.io/bitnamicharts version: 20.6.0 -digest: sha256:7afaeab9b9caefafdd16d3346f98200ef64efcf6edfff14346a1ebe2c6af1fb0 -generated: "2024-12-19T00:17:59.660730678Z" +digest: sha256:ecf7f559c7291c626cbaefaa6db026f91e390bccb85bb9e5bdadcaf6ca6a119f +generated: "2024-12-19T18:52:01.0328926+01:00" diff --git a/Chart.yaml b/Chart.yaml index 48671df..e4ca5c5 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -46,7 +46,7 @@ dependencies: # https://github.com/bitnami/charts/blob/main/bitnami/redis-cluster/Chart.yaml - name: redis-cluster repository: oci://registry-1.docker.io/bitnamicharts - version: 10.3.0 + version: 11.2.0 condition: redis-cluster.enabled # https://github.com/bitnami/charts/blob/main/bitnami/redis/Chart.yaml - name: redis diff --git a/README.md b/README.md index 3e9fe26..473beb2 100644 --- a/README.md +++ b/README.md @@ -1204,6 +1204,10 @@ If you miss this, blindly upgrading may delete your Postgres instance and you ma Although there are no breaking changes in the Redis Chart itself, it updates Redis from `7.2` to `7.4`. We recommend checking the release notes: - [Redis Chart release notes (starting with v20.0.0)](https://github.com/bitnami/charts/blob/HEAD/bitnami/redis/CHANGELOG.md#2000-2024-08-09). - [Redis 7.4 release notes](https://raw.githubusercontent.com/redis/redis/7.4/00-RELEASENOTES). +- Update Redis Cluster sub-chart to version 11.x (appVersion 7.4) + Although there are no breaking changes in the Redis Chart itself, it updates Redis from `7.2` to `7.4`. We recommend checking the release notes: + - [Redis Chart release notes (starting with v11.0.0)](https://github.com/bitnami/charts/blob/HEAD/bitnami/redis-cluster/CHANGELOG.md#1100-2024-08-09). + - [Redis 7.4 release notes](https://raw.githubusercontent.com/redis/redis/7.4/00-RELEASENOTES).