From 01f3ea102f9ec42bbdf499111dd4a140f3d102cf Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 30 Jan 2026 22:30:39 +0200 Subject: Revert to dual source setup with pruning disabled Amp-Thread-ID: https://ampcode.com/threads/T-019c1088-dc3e-701a-b064-5e50cf52b32a Co-authored-by: Amp --- f3s/argocd-apps/services/immich.yaml | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/f3s/argocd-apps/services/immich.yaml b/f3s/argocd-apps/services/immich.yaml index 828c652..32c7d11 100644 --- a/f3s/argocd-apps/services/immich.yaml +++ b/f3s/argocd-apps/services/immich.yaml @@ -7,13 +7,18 @@ metadata: - resources-finalizer.argocd.argoproj.io spec: project: default - source: - repoURL: https://immich-app.github.io/immich-charts/ - chart: immich - targetRevision: 0.10.3 - helm: - releaseName: immich - values: | + sources: + # Deploy custom resources (PVs, PVCs, PostgreSQL, Middleware) + - repoURL: http://git-server.cicd.svc.cluster.local/conf.git + targetRevision: master + path: f3s/immich/helm-chart + # Deploy Immich Helm chart with custom values + - repoURL: https://immich-app.github.io/immich-charts/ + chart: immich + targetRevision: 0.10.3 + helm: + releaseName: immich + values: | valkey: enabled: true persistence: @@ -83,7 +88,7 @@ spec: namespace: services syncPolicy: automated: - prune: true + prune: false selfHeal: true syncOptions: - CreateNamespace=false -- cgit v1.2.3