From 76bee2e51fbf099824d0951b5a317ade09f77526 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Sat, 8 Mar 2025 12:17:17 +0100 Subject: [PATCH] update immich to 129.1 --- apps/immich/kustomization.yaml | 6 +++--- apps/immich/values.yaml | 4 ---- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/apps/immich/kustomization.yaml b/apps/immich/kustomization.yaml index e00ef2b..8942232 100644 --- a/apps/immich/kustomization.yaml +++ b/apps/immich/kustomization.yaml @@ -15,16 +15,16 @@ namespace: immich helmCharts: - name: immich releaseName: immich - version: 0.9.0 + version: 0.9.1 valuesFile: values.yaml repo: https://immich-app.github.io/immich-charts images: - name: ghcr.io/immich-app/immich-machine-learning - newTag: v1.128.0 + newTag: v1.129.0 - name: ghcr.io/immich-app/immich-server - newTag: v1.128.0 + newTag: v1.129.0 patches: diff --git a/apps/immich/values.yaml b/apps/immich/values.yaml index b66304a..fb0e255 100644 --- a/apps/immich/values.yaml +++ b/apps/immich/values.yaml @@ -37,10 +37,6 @@ immich: existingClaim: data # Dependencies - -postgresql: - enabled: false - redis: enabled: true architecture: standalone