From 7622c5e8f152cae14069e8644a7a1a37314330ed Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sat, 20 Apr 2024 23:15:38 +0200 Subject: [PATCH] Update to 1.102.3 --- example/immich.nomad.hcl | 6 +++--- variables.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/example/immich.nomad.hcl b/example/immich.nomad.hcl index 9bb2332..fc60def 100644 --- a/example/immich.nomad.hcl +++ b/example/immich.nomad.hcl @@ -139,7 +139,7 @@ job "immich" { user = 3001 config { - image = "ghcr.io/immich-app/immich-server:v1.102.2" + image = "ghcr.io/immich-app/immich-server:v1.102.3" readonly_rootfs = true command = "start.sh" args = ["immich"] @@ -208,7 +208,7 @@ _EOT user = 3001 config { - image = "ghcr.io/immich-app/immich-server:v1.102.2" + image = "ghcr.io/immich-app/immich-server:v1.102.3" readonly_rootfs = true command = "start.sh" args = ["microservices"] @@ -357,7 +357,7 @@ _EOT user = 3001 config { - image = "ghcr.io/immich-app/immich-machine-learning:v1.102.2" + image = "ghcr.io/immich-app/immich-machine-learning:v1.102.3" readonly_rootfs = true pids_limit = 200 } diff --git a/variables.yml b/variables.yml index d0ead3e..cbda520 100644 --- a/variables.yml +++ b/variables.yml @@ -6,7 +6,7 @@ instance: immich immich: # Immich version - version: 1.102.2 + version: 1.102.3 postgres: database: '[[ .instance ]]'