From b98366c5e2fdb05b46f1d6f7e24df3b276eb9381 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 19:36:19 +0000 Subject: [PATCH] chore(deps): update immich monorepo to v3 --- gitops/immich/immich-ml.yaml | 2 +- gitops/immich/immich-server.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gitops/immich/immich-ml.yaml b/gitops/immich/immich-ml.yaml index 26418a99b..c50f35174 100644 --- a/gitops/immich/immich-ml.yaml +++ b/gitops/immich/immich-ml.yaml @@ -23,7 +23,7 @@ spec: spec: containers: - name: immich-machine-learning - image: ghcr.io/immich-app/immich-machine-learning:v2.7.5 + image: ghcr.io/immich-app/immich-machine-learning:v3.0.2 imagePullPolicy: IfNotPresent ports: - containerPort: 3003 diff --git a/gitops/immich/immich-server.yaml b/gitops/immich/immich-server.yaml index e702a17c1..55a0be238 100644 --- a/gitops/immich/immich-server.yaml +++ b/gitops/immich/immich-server.yaml @@ -24,7 +24,7 @@ spec: automountServiceAccountToken: true containers: - name: main - image: ghcr.io/immich-app/immich-server:v2.7.5 + image: ghcr.io/immich-app/immich-server:v3.0.2 imagePullPolicy: IfNotPresent ports: - containerPort: 2283