From aa4464f84e09d19265ae3e56daf5c8ebde768d9e Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Tue, 27 Jan 2026 20:51:09 -0800 Subject: [PATCH] Upgrade Immich from v2.4.1 to v2.5.0 (#64) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary - Upgrades Immich image tag from v2.4.1 to v2.5.0 ## Deployment and Testing - [ ] Point immich ArgoCD app at feature branch and sync - [ ] Verify pods come up healthy - [ ] Verify Immich web UI accessible - [ ] Reset to main and sync after merge 🤖 Generated with [Claude Code](https://claude.com/claude-code) Reviewed-on: https://forge.ops.eblu.me/eblume/blumeops/pulls/64 --- argocd/manifests/immich/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/manifests/immich/values.yaml b/argocd/manifests/immich/values.yaml index 0cb4ecf..51b722b 100644 --- a/argocd/manifests/immich/values.yaml +++ b/argocd/manifests/immich/values.yaml @@ -16,7 +16,7 @@ controllers: containers: main: image: - tag: v2.4.1 + tag: v2.5.0 env: DB_HOSTNAME: "immich-pg-rw.databases.svc.cluster.local" DB_PORT: "5432"