From 03596989486c24cdff004179a5a942333d8b8e03 Mon Sep 17 00:00:00 2001 From: Smeagol Date: Fri, 5 Apr 2024 03:01:06 +0000 Subject: [PATCH] Update ghcr.io/immich-app/immich-server Docker tag to v1.101.0 --- 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 597fe4b..2474459 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.100.0 + tag: v1.101.0 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 59727d6..ec65771 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.100.0 + tag: v1.101.0 command: /bin/sh args: - ./start-microservices.sh -- 2.46.0