From 7f9d5f73646c400c38be2c91b0c41fd6bc086e2b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 04:20:30 +0100 Subject: [PATCH] chore(deps): update helm release redis to v20.4.0 (#123) * chore(deps): update helm release redis to v20.4.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 6ac5f34..6470176 100644 --- a/charts/immich/Chart.yaml +++ b/charts/immich/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: immich -version: 2.11.0 +version: 2.12.0 home: https://immich.app sources: @@ -8,6 +8,6 @@ sources: dependencies: - name: redis - version: 20.3.0 + version: 20.4.0 repository: https://charts.bitnami.com/bitnami condition: redis.enabled