From 891888e1840eb94211054b907c42063dcfe0b611 Mon Sep 17 00:00:00 2001 From: budimanjojo-bot <111944664+budimanjojo-bot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 21:13:26 +0000 Subject: [PATCH] chore(container): update ghcr.io/immich-app/immich-server docker tag to v1.88.0 Signed-off-by: budimanjojo-bot <111944664+budimanjojo-bot[bot]@users.noreply.github.com> --- cluster/apps/default/immich/base/microservices/helmrelease.yaml | 2 +- cluster/apps/default/immich/base/server/helmrelease.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/apps/default/immich/base/microservices/helmrelease.yaml b/cluster/apps/default/immich/base/microservices/helmrelease.yaml index d5a8ac600..79d761f29 100644 --- a/cluster/apps/default/immich/base/microservices/helmrelease.yaml +++ b/cluster/apps/default/immich/base/microservices/helmrelease.yaml @@ -34,7 +34,7 @@ spec: main: image: repository: ghcr.io/immich-app/immich-server - tag: v1.87.0 + tag: v1.88.0 command: /bin/sh args: - ./start-microservices.sh diff --git a/cluster/apps/default/immich/base/server/helmrelease.yaml b/cluster/apps/default/immich/base/server/helmrelease.yaml index 60db4e881..94558e0de 100644 --- a/cluster/apps/default/immich/base/server/helmrelease.yaml +++ b/cluster/apps/default/immich/base/server/helmrelease.yaml @@ -34,7 +34,7 @@ spec: main: image: repository: ghcr.io/immich-app/immich-server - tag: v1.87.0 + tag: v1.88.0 command: /bin/sh args: - ./start-server.sh