Skip to content

Commit c94580b

Browse files
chore(deps): update redis docker tag to v20.8.0 (#47)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [redis](https://redirect.github.com/bitnami/charts) ([source](https://redirect.github.com/bitnami/charts/tree/HEAD/bitnami/redis)) | helm_release | minor | `20.7.1` -> `20.8.0` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/bitnami/charts/badge)](https://securityscorecards.dev/viewer/?uri=github.com/bitnami/charts) | --- ### Release Notes <details> <summary>bitnami/charts (redis)</summary> ### [`v20.8.0`](https://redirect.github.com/bitnami/charts/blob/HEAD/bitnami/redis/CHANGELOG.md#2080-2025-02-20) - \[bitnami/redis] feat: add parameter to disable checksums ([#&#8203;31948](https://redirect.github.com/bitnami/charts/pull/31948)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* 0-4,22-23 * * 1-5,* * * * 0,6" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/tutorial-btp-on-gcp). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5652bf5 commit c94580b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01_infrastructure/redis.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ resource "helm_release" "redis" {
77
name = "redis"
88
repository = "oci://registry-1.docker.io/bitnamicharts"
99
chart = "redis"
10-
version = "20.7.1"
10+
version = "20.8.0"
1111
namespace = var.dependencies_namespace
1212

1313
create_namespace = true

0 commit comments

Comments
 (0)