From ca2e37e3143d5136e5665627ec75e326038bd80b Mon Sep 17 00:00:00 2001 From: Smeagol Date: Mon, 29 Apr 2024 23:03:36 +0000 Subject: [PATCH] Update ghcr.io/immich-app/immich-server Docker tag to v1.103.1 --- kubernetes/apps/media/immich/app/helmrelease.yaml | 2 +- kubernetes/apps/media/immich/app/microservices/helmrelease.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/apps/media/immich/app/helmrelease.yaml b/kubernetes/apps/media/immich/app/helmrelease.yaml index def62ac7..9139d0b2 100644 --- a/kubernetes/apps/media/immich/app/helmrelease.yaml +++ b/kubernetes/apps/media/immich/app/helmrelease.yaml @@ -33,7 +33,7 @@ spec: app: image: repository: ghcr.io/immich-app/immich-server - tag: v1.102.3 + tag: v1.103.1 command: /bin/sh args: - ./start-server.sh diff --git a/kubernetes/apps/media/immich/app/microservices/helmrelease.yaml b/kubernetes/apps/media/immich/app/microservices/helmrelease.yaml index 4b7a1d3e..3a006497 100644 --- a/kubernetes/apps/media/immich/app/microservices/helmrelease.yaml +++ b/kubernetes/apps/media/immich/app/microservices/helmrelease.yaml @@ -37,7 +37,7 @@ spec: app: image: repository: ghcr.io/immich-app/immich-server - tag: v1.102.3 + tag: v1.103.1 command: /bin/sh args: - ./start-microservices.sh