From 0645624ded9d28ea0a738b27423eae33ebdc98db Mon Sep 17 00:00:00 2001 From: Paul Payne Date: Thu, 21 May 2026 04:21:40 +0000 Subject: [PATCH] feat: update Immich version and image tags to 1.135.3 in manifest.yaml --- immich/manifest.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/immich/manifest.yaml b/immich/manifest.yaml index 8c7f64a..204838a 100644 --- a/immich/manifest.yaml +++ b/immich/manifest.yaml @@ -2,7 +2,7 @@ name: immich is: immich description: Immich is a self-hosted photo and video backup solution that allows you to store, manage, and share your media files securely. -version: release +version: 1.135.3 icon: https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/immich.svg requires: - name: redis @@ -10,8 +10,8 @@ requires: defaultConfig: namespace: immich externalDnsDomain: '{{ .cloud.domain }}' - serverImage: ghcr.io/immich-app/immich-server:release - mlImage: ghcr.io/immich-app/immich-machine-learning:release + serverImage: ghcr.io/immich-app/immich-server:v1.135.3 + mlImage: ghcr.io/immich-app/immich-machine-learning:v1.135.3 timezone: UTC serverPort: 2283 mlPort: 3003