chore(immich): Update to v1.108.0

This commit is contained in:
Pim Kunis 2024-07-12 12:08:24 +02:00
parent 04474ec7df
commit a9dc926c9c

View file

@ -32,7 +32,7 @@
volumes.data.persistentVolumeClaim.claimName = "immich"; volumes.data.persistentVolumeClaim.claimName = "immich";
containers.immich = { containers.immich = {
image = "ghcr.io/immich-app/immich-server:v1.106.4"; image = "ghcr.io/immich-app/immich-server:v1.108.0";
imagePullPolicy = "Always"; imagePullPolicy = "Always";
ports.web.containerPort = 3001; ports.web.containerPort = 3001;
@ -78,7 +78,7 @@
volumes.cache.persistentVolumeClaim.claimName = "immich-cache"; volumes.cache.persistentVolumeClaim.claimName = "immich-cache";
containers.machine-learning = { containers.machine-learning = {
image = "ghcr.io/immich-app/immich-machine-learning:v1.106.4"; image = "ghcr.io/immich-app/immich-machine-learning:v1.108.0";
imagePullPolicy = "Always"; imagePullPolicy = "Always";
ports.ml.containerPort = 3003; ports.ml.containerPort = 3003;
env.MACHINE_LEARNING_WORKER_TIMEOUT.value = "600"; env.MACHINE_LEARNING_WORKER_TIMEOUT.value = "600";