diff --git a/example/immich.nomad.hcl b/example/immich.nomad.hcl index 11d68c6..18be156 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.2" + image = "ghcr.io/immich-app/immich-server:v1.99.0" readonly_rootfs = true command = "start.sh" args = ["immich"] @@ -159,6 +159,8 @@ job "immich" { IMMICH_MEDIA_LOCATION = "/data" } + + # Use a template block instead of env {} so we can fetch values from vault template { data = <<_EOT @@ -205,7 +207,7 @@ _EOT user = 3001 config { - image = "ghcr.io/immich-app/immich-server:v1.98.2" + image = "ghcr.io/immich-app/immich-server:v1.99.0" readonly_rootfs = true command = "start.sh" args = ["microservices"] @@ -226,6 +228,8 @@ _EOT IMMICH_MEDIA_LOCATION = "/data" } + + # Use a template block instead of env {} so we can fetch values from vault template { data = <<_EOT @@ -349,7 +353,7 @@ _EOT user = 3001 config { - image = "ghcr.io/immich-app/immich-machine-learning:v1.98.2" + image = "ghcr.io/immich-app/immich-machine-learning:v1.99.0" readonly_rootfs = true pids_limit = 200 } @@ -360,6 +364,8 @@ _EOT MACHINE_LEARNING_HOST = "127.0.0.1" } + + # Use a template block instead of env {} so we can fetch values from vault template { data = <<_EOT diff --git a/variables.yml b/variables.yml index 8ffebd9..7a480cd 100644 --- a/variables.yml +++ b/variables.yml @@ -6,7 +6,7 @@ instance: immich immich: # Immich version - version: 1.98.2 + version: 1.99.0 postgres: database: '[[ .instance ]]'