From 28310eaec1df93d6e5d6e9afdd8ad790552e6c63 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 28 Mar 2024 22:49:05 +0100 Subject: [PATCH] Update to 1.100.0 --- example/immich.nomad.hcl | 8 +++++--- variables.yml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/example/immich.nomad.hcl b/example/immich.nomad.hcl index 18be156..7ed457a 100644 --- a/example/immich.nomad.hcl +++ b/example/immich.nomad.hcl @@ -7,6 +7,8 @@ job "immich" { region = "global" + + group "immich" { network { @@ -138,7 +140,7 @@ job "immich" { user = 3001 config { - image = "ghcr.io/immich-app/immich-server:v1.99.0" + image = "ghcr.io/immich-app/immich-server:v1.100.0" readonly_rootfs = true command = "start.sh" args = ["immich"] @@ -207,7 +209,7 @@ _EOT user = 3001 config { - image = "ghcr.io/immich-app/immich-server:v1.99.0" + image = "ghcr.io/immich-app/immich-server:v1.100.0" readonly_rootfs = true command = "start.sh" args = ["microservices"] @@ -353,7 +355,7 @@ _EOT user = 3001 config { - image = "ghcr.io/immich-app/immich-machine-learning:v1.99.0" + image = "ghcr.io/immich-app/immich-machine-learning:v1.100.0" readonly_rootfs = true pids_limit = 200 } diff --git a/variables.yml b/variables.yml index 7a480cd..53b92b2 100644 --- a/variables.yml +++ b/variables.yml @@ -6,7 +6,7 @@ instance: immich immich: # Immich version - version: 1.99.0 + version: 1.100.0 postgres: database: '[[ .instance ]]'