diff --git a/example/immich.nomad.hcl b/example/immich.nomad.hcl index 74b7137..da0ad37 100644 --- a/example/immich.nomad.hcl +++ b/example/immich.nomad.hcl @@ -138,7 +138,7 @@ job "immich" { user = 3001 config { - image = "ghcr.io/immich-app/immich-server:v1.98.0" + image = "ghcr.io/immich-app/immich-server:v1.98.1" readonly_rootfs = true command = "start.sh" args = ["immich"] @@ -205,7 +205,7 @@ _EOT user = 3001 config { - image = "ghcr.io/immich-app/immich-server:v1.98.0" + image = "ghcr.io/immich-app/immich-server:v1.98.1" readonly_rootfs = true command = "start.sh" args = ["microservices"] @@ -349,7 +349,7 @@ _EOT user = 3001 config { - image = "ghcr.io/immich-app/immich-machine-learning:v1.98.0" + image = "ghcr.io/immich-app/immich-machine-learning:v1.98.1" readonly_rootfs = true pids_limit = 200 } diff --git a/variables.yml b/variables.yml index b277087..fcd39c5 100644 --- a/variables.yml +++ b/variables.yml @@ -6,7 +6,7 @@ instance: immich immich: # Immich version - version: 1.98.0 + version: 1.98.1 postgres: database: '[[ .instance ]]'