diff --git a/example/immich.nomad.hcl b/example/immich.nomad.hcl index b9c2849..c3ccc8c 100644 --- a/example/immich.nomad.hcl +++ b/example/immich.nomad.hcl @@ -4,6 +4,7 @@ job "immich" { datacenters = ["dc1"] + region = "global" group "immich" { @@ -138,7 +139,7 @@ job "immich" { user = 3001 config { - image = "ghcr.io/immich-app/immich-server:v1.94.1" + image = "ghcr.io/immich-app/immich-server:v1.95.1" readonly_rootfs = true command = "start.sh" args = ["immich"] @@ -205,7 +206,7 @@ _EOT user = 3001 config { - image = "ghcr.io/immich-app/immich-server:v1.94.1" + image = "ghcr.io/immich-app/immich-server:v1.95.1" readonly_rootfs = true command = "start.sh" args = ["microservices"] @@ -349,7 +350,7 @@ _EOT user = 3001 config { - image = "ghcr.io/immich-app/immich-machine-learning:v1.94.1" + image = "ghcr.io/immich-app/immich-machine-learning:v1.95.1" readonly_rootfs = true pids_limit = 200 } diff --git a/variables.yml b/variables.yml index a2fbb5d..7ebbd44 100644 --- a/variables.yml +++ b/variables.yml @@ -6,7 +6,7 @@ instance: immich immich: # Immich version - version: 1.94.1 + version: 1.95.1 postgres: database: '[[ .instance ]]'