summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-08 14:39:51 +0200
committerPaul Buetow <paul@buetow.org>2026-02-08 14:39:51 +0200
commit7e94e6eda404056502121347ddabce85d2ca791c (patch)
treee14b851451aecafdb2968ab9583fb0e5cad076d0
parentc8585fd320e151cf9b1b8e89671daa1a5ed7377a (diff)
Upgrade immich to v2.5.5 latest stable release
Updated immich-server and immich-machine-learning images to v2.5.5. This release includes major features: - Free Up Space functionality - Non-destructive photo editing - Database backup and restore via web - Upload improvements and visual refresh - Progressive JPEGs support - Additional fine-grained API key permissions Release notes: https://github.com/immich-app/immich/releases/tag/v2.5.5
-rw-r--r--f3s/argocd-apps/services/immich.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/f3s/argocd-apps/services/immich.yaml b/f3s/argocd-apps/services/immich.yaml
index 32c7d11..ee95257 100644
--- a/f3s/argocd-apps/services/immich.yaml
+++ b/f3s/argocd-apps/services/immich.yaml
@@ -34,6 +34,8 @@ spec:
existingClaim: "immich-library-pvc"
server:
enabled: true
+ image:
+ tag: v2.5.5
controllers:
main:
containers:
@@ -63,6 +65,8 @@ spec:
port: 2283
machine-learning:
enabled: true
+ image:
+ tag: v2.5.5
persistence:
cache:
enabled: true