diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-30 22:29:48 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-30 22:29:48 +0200 |
| commit | c261a803c192a405e5811dc6cff5d4fcb0172f42 (patch) | |
| tree | 42e7c70ae045b8c3a40ca2ff42339a73af043b7d | |
| parent | e32f1735ec7c5514f3bf215b481ef3a4882827e0 (diff) | |
Simplify Application to use only Helm chart source
Amp-Thread-ID: https://ampcode.com/threads/T-019c1088-dc3e-701a-b064-5e50cf52b32a
Co-authored-by: Amp <amp@ampcode.com>
| -rw-r--r-- | f3s/argocd-apps/services/immich.yaml | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/f3s/argocd-apps/services/immich.yaml b/f3s/argocd-apps/services/immich.yaml index 89cc40a..828c652 100644 --- a/f3s/argocd-apps/services/immich.yaml +++ b/f3s/argocd-apps/services/immich.yaml @@ -7,18 +7,13 @@ metadata: - resources-finalizer.argocd.argoproj.io spec: project: default - sources: - # Deploy custom resources first (PVs, PVCs, PostgreSQL) - - 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: | + source: + repoURL: https://immich-app.github.io/immich-charts/ + chart: immich + targetRevision: 0.10.3 + helm: + releaseName: immich + values: | valkey: enabled: true persistence: |
