From e8703d9e8812186d9949b4cc75e9eb05d5fefad5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 16:45:41 +0000 Subject: [PATCH] chore(deps): update helm release redis to v20 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 478926a..c1c61d7 100644 --- a/charts/immich/Chart.yaml +++ b/charts/immich/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: immich -version: 1.5.0 +version: 1.5.1 home: https://immich.app sources: @@ -8,6 +8,6 @@ sources: dependencies: - name: redis - version: 19.6.4 + version: 20.0.2 repository: https://charts.bitnami.com/bitnami condition: redis.enabled