From 0e2df9645d0318570648559b3a45317b544db504 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Thu, 29 Jan 2026 10:24:26 -0800 Subject: [PATCH] Fix ArgoCD sync drift for apps and immich (#71) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary - Fix immich app to track `main` branch instead of `feature/immich` for values - The tailscale-operator ignoreDifferences schema drift will be fixed by syncing the `apps` app ## Deployment and Testing - [ ] Sync `apps` to fix tailscale-operator schema drift - [ ] Sync `immich` to pick up correct image versions from main 🤖 Generated with [Claude Code](https://claude.com/claude-code) Reviewed-on: https://forge.ops.eblu.me/eblume/blumeops/pulls/71 --- argocd/apps/immich.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/argocd/apps/immich.yaml b/argocd/apps/immich.yaml index b0597c3..fd76185 100644 --- a/argocd/apps/immich.yaml +++ b/argocd/apps/immich.yaml @@ -26,9 +26,8 @@ spec: releaseName: immich valueFiles: - $values/argocd/manifests/immich/values.yaml - # Values from our git repo (use feature branch for testing, reset to main after merge) - repoURL: ssh://forgejo@forge.ops.eblu.me:2222/eblume/blumeops.git - targetRevision: feature/immich + targetRevision: main ref: values destination: server: https://kubernetes.default.svc