Update Immich to v2.5.2 (#72)
## Summary - Update Immich from v2.5.0 to v2.5.2 ## Deployment and Testing - [ ] Sync apps application: `argocd app sync apps` - [ ] Point immich at feature branch: `argocd app set immich --revision update-immich-2.5.2` - [ ] Sync immich: `argocd app sync immich` - [ ] Verify pods restart and photos.ops.eblu.me is accessible - [ ] After merge, reset to main: `argocd app set immich --revision main && argocd app sync immich` 🤖 Generated with [Claude Code](https://claude.com/claude-code) Reviewed-on: https://forge.ops.eblu.me/eblume/blumeops/pulls/72
This commit is contained in:
parent
0e2df9645d
commit
dae438a5ed
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ controllers:
|
|||
containers:
|
||||
main:
|
||||
image:
|
||||
tag: v2.5.0
|
||||
tag: v2.5.2
|
||||
env:
|
||||
DB_HOSTNAME: "immich-pg-rw.databases.svc.cluster.local"
|
||||
DB_PORT: "5432"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue