summaryrefslogtreecommitdiff
path: root/f3s
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-30 22:30:39 +0200
committerPaul Buetow <paul@buetow.org>2026-01-30 22:30:39 +0200
commit01f3ea102f9ec42bbdf499111dd4a140f3d102cf (patch)
tree66540d9234b357ab2e4a3c6df89f9eed077af4b1 /f3s
parentc261a803c192a405e5811dc6cff5d4fcb0172f42 (diff)
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 <amp@ampcode.com>
Diffstat (limited to 'f3s')
-rw-r--r--f3s/argocd-apps/services/immich.yaml21
1 files 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