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