From b11414692622dd2de6856fe7e5ec6c84555ef60e Mon Sep 17 00:00:00 2001 From: Witaut Bajaryn Date: Sat, 6 Apr 2024 20:58:52 +0200 Subject: [PATCH] Freeze versions; update to v1.101.0 Remove IMMICH_VERSION from the environment, as it is not used (although it would be better to use it instead). --- env-example.env | 3 --- immich-machine-learning.container | 2 +- immich-redis.container | 2 +- immich-server.image | 2 +- 4 files changed, 3 insertions(+), 6 deletions(-) diff --git a/env-example.env b/env-example.env index 80bbe1c..69e163c 100644 --- a/env-example.env +++ b/env-example.env @@ -3,9 +3,6 @@ # The location where your uploaded files are stored UPLOAD_LOCATION=./path/to/your/local/library/upload/target/ -# The Immich version to use. You can pin this to a specific version like "v1.71.0" -IMMICH_VERSION=v1.94.1 - # Connection secret for postgres. You should change it to a random password. # The two values should match DB_PASSWORD=postgres diff --git a/immich-machine-learning.container b/immich-machine-learning.container index 31a04d6..8ca601b 100644 --- a/immich-machine-learning.container +++ b/immich-machine-learning.container @@ -1,8 +1,8 @@ [Container] Pod=immich.pod ContainerName=immich_machine_learning -Image=ghcr.io/immich-app/immich-machine-learning:release EnvironmentFile=immich.env +Image=ghcr.io/immich-app/immich-machine-learning:v1.101.0 Volume=model-cache:/cache [Service] diff --git a/immich-redis.container b/immich-redis.container index 12d0ce3..ca9a2d7 100644 --- a/immich-redis.container +++ b/immich-redis.container @@ -1,7 +1,7 @@ [Container] Pod=immich.pod ContainerName=immich_redis -Image=docker.io/redis:6.2-alpine@sha256:afb290a0a0d0b2bd7537b62ebff1eb84d045c757c1c31ca2ca48c79536c0de82 +Image=docker.io/redis:6.2-alpine@sha256:51d6c56749a4243096327e3fb964a48ed92254357108449cb6e23999c37773c5 [Service] Restart=always \ No newline at end of file diff --git a/immich-server.image b/immich-server.image index 0dca4d1..30889c4 100644 --- a/immich-server.image +++ b/immich-server.image @@ -3,4 +3,4 @@ Wants=network-online.target nss-lookup.target After=network-online.target nss-lookup.target [Image] -Image=ghcr.io/immich-app/immich-server:v1.98.1 +Image=ghcr.io/immich-app/immich-server:v1.101.0