Skip to content

Commit

Permalink
feat(container): update immich group to v1.119.0 (#1242)
Browse files Browse the repository at this point in the history
Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com>
  • Loading branch information
tinfoild[bot] authored Oct 28, 2024
1 parent b74e5b0 commit b391408
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kube/deploy/apps/immich/app/hr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
main:
image: &img
repository: ghcr.io/immich-app/immich-server
tag: v1.118.2@sha256:f158810c90f80162f9b08729bbaec963731f12662960be38ff93093b78a0bbdf
tag: v1.119.0@sha256:24df1172544370826349159692d177ba22ca773c81857d36996a254c08422b95
command: &cmd ["tini", "--", "node", "/usr/src/app/dist/main"]
env: &env
TZ: "${CONFIG_TZ}"
Expand Down Expand Up @@ -139,7 +139,7 @@ spec:
main:
image:
repository: ghcr.io/immich-app/immich-machine-learning
tag: v1.118.2@sha256:4d89a309fd08a93649f1ae4a7572ae98f09d66b4c1dfb7916b71d31dec7eda38
tag: v1.119.0@sha256:fa558ae8752eae335c5bfafeb5716dc60d0882f026350adb45e18ab28fbd36ae
env: *env
securityContext: *sc
resources:
Expand All @@ -161,7 +161,7 @@ spec:
main: &ml-model-pull-ct
image:
repository: ghcr.io/immich-app/immich-machine-learning
tag: v1.118.2@sha256:4d89a309fd08a93649f1ae4a7572ae98f09d66b4c1dfb7916b71d31dec7eda38
tag: v1.119.0@sha256:fa558ae8752eae335c5bfafeb5716dc60d0882f026350adb45e18ab28fbd36ae
command: ["huggingface-cli", "download", "--resume-download", "--exclude", ".git", "--cache-dir", "/ml-model-pull-tmp", "--local-dir-use-symlinks", "False", "--local-dir"] # Immich ML image installs huggingface-cli
args: ["/cache/clip/ViT-B-32__openai", "immich-app/ViT-B-32__openai"]
securityContext: *sc
Expand Down

0 comments on commit b391408

Please sign in to comment.