Skip to content

Commit

Permalink
fix(oci/immich): update immich v1.122.0 ➼ v1.122.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tinfoild[bot] authored Dec 6, 2024
1 parent 987be76 commit 1222dee
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.122.0@sha256:20b5b6a2845e40ff18cc3b3ae7d9261638f40511ea73c3c9ececd428e95fb43e
tag: v1.122.1@sha256:1c887847b62490ce36fc5bf26b838282eed057d06168f6077f71f9a28ed63850
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.122.0@sha256:c52a1eacd797d94461b11336655595e2083524ecd2e513a8fb9d9d83ccbede94
tag: v1.122.1@sha256:4d39300ab04824c8b3f693c4c7e4efed31e1465aa79c2fc4d7f2122c4fa62461
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.122.0@sha256:c52a1eacd797d94461b11336655595e2083524ecd2e513a8fb9d9d83ccbede94
tag: v1.122.1@sha256:4d39300ab04824c8b3f693c4c7e4efed31e1465aa79c2fc4d7f2122c4fa62461
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"
Expand Down

0 comments on commit 1222dee

Please sign in to comment.