mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 10:18:27 +00:00
feat(container): update immich group to v1.119.0 (#1242)
Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com>
This commit is contained in:
@@ -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}"
|
||||
@@ -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:
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user