From d80149256e8604af2e27cb282be04ddc76273779 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 09:14:50 +0100 Subject: [PATCH] chore(deps): update helm release redis to v20.3.0 (#118) * chore(deps): update helm release redis to v20.3.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 1154c70..d1203e6 100644 --- a/charts/immich/Chart.yaml +++ b/charts/immich/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: immich -version: 2.8.3 +version: 2.9.0 home: https://immich.app sources: @@ -8,6 +8,6 @@ sources: dependencies: - name: redis - version: 20.2.2 + version: 20.3.0 repository: https://charts.bitnami.com/bitnami condition: redis.enabled