From 34a834c3956234d5292d86e47c36f8782b433832 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 08:48:12 +0100 Subject: [PATCH] chore(deps): update helm release redis to v20.5.0 (#133) * chore(deps): update helm release redis to v20.5.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update Chart.yaml --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Rouke Broersma --- charts/immich/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/immich/Chart.yaml b/charts/immich/Chart.yaml index a581126..7447466 100644 --- a/charts/immich/Chart.yaml +++ b/charts/immich/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: immich -version: 2.12.3 +version: 2.13.0 home: https://immich.app sources: @@ -8,6 +8,6 @@ sources: dependencies: - name: redis - version: 20.4.1 + version: 20.5.0 repository: https://charts.bitnami.com/bitnami condition: redis.enabled