From 9f6c3177475de38cbd6b51c9decfc2f2e7bcf95a Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sat, 20 Apr 2024 11:02:03 +0200 Subject: [PATCH] Update to 1.102.0 --- example/immich.nomad.hcl | 6 +++--- variables.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/example/immich.nomad.hcl b/example/immich.nomad.hcl index e9594a3..cac1791 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.101.0" + image = "ghcr.io/immich-app/immich-server:v1.102.0" readonly_rootfs = true command = "start.sh" args = ["immich"] @@ -208,7 +208,7 @@ _EOT user = 3001 config { - image = "ghcr.io/immich-app/immich-server:v1.101.0" + image = "ghcr.io/immich-app/immich-server:v1.102.0" 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.101.0" + image = "ghcr.io/immich-app/immich-machine-learning:v1.102.0" readonly_rootfs = true pids_limit = 200 } diff --git a/variables.yml b/variables.yml index a869422..932b14d 100644 --- a/variables.yml +++ b/variables.yml @@ -6,7 +6,7 @@ instance: immich immich: # Immich version - version: 1.101.0 + version: 1.102.0 postgres: database: '[[ .instance ]]'