From b7393d945ae929ea43feef1aa0446c8692e007aa Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Thu, 29 Jan 2026 10:21:19 -0800 Subject: [PATCH 1/2] Fix immich to track main branch instead of feature/immich The immich app was still pointing to the feature/immich branch for its values, causing it to show as OutOfSync with older image versions. Co-Authored-By: Claude Opus 4.5 --- argocd/apps/immich.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/apps/immich.yaml b/argocd/apps/immich.yaml index b0597c3..b3ddab0 100644 --- a/argocd/apps/immich.yaml +++ b/argocd/apps/immich.yaml @@ -28,7 +28,7 @@ spec: - $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 From 77bf178f4804606d0ee27ff2eb2a5310df3aa3cc Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Thu, 29 Jan 2026 10:21:19 -0800 Subject: [PATCH 2/2] Fix immich to track main branch instead of feature/immich The immich app was still pointing to the feature/immich branch for its values, causing it to show as OutOfSync with older image versions. Co-Authored-By: Claude Opus 4.5 --- 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