From 6d3b74d86df369c75c0c0c0d70feecd1c323744b 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..4d10ced 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.1 - name: ghcr.io/immich-app/immich-server - newTag: v1.128.0 + newTag: v1.129.1 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