From 6e2cacca60b0ddf74567f58a1228cfed2cd6aa19 Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 18:07:50 +0000 Subject: [PATCH] =?UTF-8?q?feat(oci/ghcr.io/immich-app/immich-machine-lear?= =?UTF-8?q?ning):=20update=20immich=20group=20v1.121.0=20=E2=9E=BC=20v1.12?= =?UTF-8?q?2.0=20(#1462)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com> --- kube/deploy/apps/immich/app/hr.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kube/deploy/apps/immich/app/hr.yaml b/kube/deploy/apps/immich/app/hr.yaml index 8589ef1a..81f85047 100644 --- a/kube/deploy/apps/immich/app/hr.yaml +++ b/kube/deploy/apps/immich/app/hr.yaml @@ -38,7 +38,7 @@ spec: main: image: &img repository: ghcr.io/immich-app/immich-server - tag: v1.121.0@sha256:851c02f28891f1854c5b5762ee8d2e254e2de528cfe3627b2fbcb37a7f108ff3 + tag: v1.122.0@sha256:20b5b6a2845e40ff18cc3b3ae7d9261638f40511ea73c3c9ececd428e95fb43e command: &cmd ["tini", "--", "node", "/usr/src/app/dist/main"] env: &env TZ: "${CONFIG_TZ}" @@ -139,7 +139,7 @@ spec: main: image: repository: ghcr.io/immich-app/immich-machine-learning - tag: v1.121.0@sha256:1b8494bb9fe2194f2dc72c4d6b0104e16718f50e8772d54ade57909770816ad1 + tag: v1.122.0@sha256:c52a1eacd797d94461b11336655595e2083524ecd2e513a8fb9d9d83ccbede94 env: *env securityContext: *sc resources: @@ -161,7 +161,7 @@ spec: main: &ml-model-pull-ct image: repository: ghcr.io/immich-app/immich-machine-learning - tag: v1.121.0@sha256:1b8494bb9fe2194f2dc72c4d6b0104e16718f50e8772d54ade57909770816ad1 + tag: v1.122.0@sha256:c52a1eacd797d94461b11336655595e2083524ecd2e513a8fb9d9d83ccbede94 command: ["huggingface-cli", "download", "--exclude", ".git", "--local-dir"] # Immich ML image installs huggingface-cli args: ["/cache/clip/ViT-B-32__openai", "immich-app/ViT-B-32__openai"] workingDir: &mlhome "/cache"