diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-30 22:27:42 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-30 22:27:42 +0200 |
| commit | 3262ca7d3c1fc8fc12df5c5e91998f514903fd48 (patch) | |
| tree | 2ed40d1ab92fc0073387942508605b004e9929f1 /f3s | |
| parent | 58abecd57916dd6cd2e00a54fe8294891c3884df (diff) | |
Fix Helm repository URL for immich-charts
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.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/f3s/argocd-apps/services/immich.yaml b/f3s/argocd-apps/services/immich.yaml index 7a5e823..89cc40a 100644 --- a/f3s/argocd-apps/services/immich.yaml +++ b/f3s/argocd-apps/services/immich.yaml @@ -13,7 +13,7 @@ spec: targetRevision: master path: f3s/immich/helm-chart # Deploy Immich Helm chart with custom values - - repoURL: https://immich-app.github.io/immich/ + - repoURL: https://immich-app.github.io/immich-charts/ chart: immich targetRevision: 0.10.3 helm: |
