From 387ef06da7129fcbb17d97585d18d2d48fb1667e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 15:56:13 -0700 Subject: [PATCH] chore(deps): update helm release redis to ~20.13.0 (#89) 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 5847404c..cac2a20a 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.0 + version: ~20.13.0 repository: https://charts.bitnami.com/bitnami condition: redis.enabled