From 73d42340fb63858f7c9038e2c95f070fbb4c32e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 16:25:33 +0000 Subject: [PATCH] Update Immich group --- cluster/apps/apps/immich/machine-learning/helmrelease.yaml | 2 +- cluster/apps/apps/immich/microservices/helmrelease.yaml | 2 +- cluster/apps/apps/immich/server/helmrelease.yaml | 2 +- cluster/apps/apps/immich/web/helmrelease.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cluster/apps/apps/immich/machine-learning/helmrelease.yaml b/cluster/apps/apps/immich/machine-learning/helmrelease.yaml index 4a285462..3524e2de 100644 --- a/cluster/apps/apps/immich/machine-learning/helmrelease.yaml +++ b/cluster/apps/apps/immich/machine-learning/helmrelease.yaml @@ -27,7 +27,7 @@ spec: # TODO maybe add delay for startupProbe due to model downloads image: repository: ghcr.io/immich-app/immich-machine-learning - tag: v1.77.0 + tag: v1.79.0 envFrom: - secretRef: name: immich diff --git a/cluster/apps/apps/immich/microservices/helmrelease.yaml b/cluster/apps/apps/immich/microservices/helmrelease.yaml index 079dc21e..95e6033e 100644 --- a/cluster/apps/apps/immich/microservices/helmrelease.yaml +++ b/cluster/apps/apps/immich/microservices/helmrelease.yaml @@ -24,7 +24,7 @@ spec: values: image: repository: ghcr.io/immich-app/immich-server - tag: v1.76.1 + tag: v1.78.1 command: /bin/sh args: - ./start-microservices.sh diff --git a/cluster/apps/apps/immich/server/helmrelease.yaml b/cluster/apps/apps/immich/server/helmrelease.yaml index 2daf191e..5093d7af 100644 --- a/cluster/apps/apps/immich/server/helmrelease.yaml +++ b/cluster/apps/apps/immich/server/helmrelease.yaml @@ -24,7 +24,7 @@ spec: values: image: repository: ghcr.io/immich-app/immich-server - tag: v1.76.1 + tag: v1.78.1 command: /bin/sh args: - ./start-server.sh diff --git a/cluster/apps/apps/immich/web/helmrelease.yaml b/cluster/apps/apps/immich/web/helmrelease.yaml index 915cae92..4954462f 100644 --- a/cluster/apps/apps/immich/web/helmrelease.yaml +++ b/cluster/apps/apps/immich/web/helmrelease.yaml @@ -26,7 +26,7 @@ spec: values: image: repository: ghcr.io/immich-app/immich-web - tag: v1.77.0 + tag: v1.79.0 command: /bin/sh args: - ./entrypoint.sh