From f494553020072483da657fdbd1fb2604830159fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 15:58:41 -0700 Subject: [PATCH] chore(deps): update helm release redis to v25 (#93) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- deploy/helm/turnstone/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/helm/turnstone/Chart.yaml b/deploy/helm/turnstone/Chart.yaml index bbf1c540..34411b6e 100644 --- a/deploy/helm/turnstone/Chart.yaml +++ b/deploy/helm/turnstone/Chart.yaml @@ -11,6 +11,6 @@ dependencies: repository: https://charts.bitnami.com/bitnami condition: postgresql.enabled - name: redis - version: ~20.13.0 + version: ~25.3.0 repository: https://charts.bitnami.com/bitnami condition: redis.enabled