From aa6be5535f79e49270618670570c1ba8e52d15d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 01:42:48 +0000 Subject: [PATCH] feat(container): update image ghcr.io/immich-app/immich-server to v1.121.0 --- cluster/apps/media/immich/app/microservices/helm-release.yaml | 2 +- cluster/apps/media/immich/app/server/helm-release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/apps/media/immich/app/microservices/helm-release.yaml b/cluster/apps/media/immich/app/microservices/helm-release.yaml index f04b7951..0d2cd53f 100644 --- a/cluster/apps/media/immich/app/microservices/helm-release.yaml +++ b/cluster/apps/media/immich/app/microservices/helm-release.yaml @@ -46,7 +46,7 @@ spec: main: image: repository: ghcr.io/immich-app/immich-server - tag: v1.98.2 + tag: v1.121.0 command: /bin/sh args: - ./start-microservices.sh diff --git a/cluster/apps/media/immich/app/server/helm-release.yaml b/cluster/apps/media/immich/app/server/helm-release.yaml index d77bda7f..742d0127 100644 --- a/cluster/apps/media/immich/app/server/helm-release.yaml +++ b/cluster/apps/media/immich/app/server/helm-release.yaml @@ -46,7 +46,7 @@ spec: main: image: repository: ghcr.io/immich-app/immich-server - tag: v1.98.2 + tag: v1.121.0 command: /bin/sh args: - ./start-server.sh