chore(immich): Update to v1.108.0
This commit is contained in:
parent
04474ec7df
commit
a9dc926c9c
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue