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 ]]'