From a8c59ec3d2bc342700bbffea529b58602d6fac92 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sat, 20 Apr 2024 21:11:13 +0200 Subject: [PATCH] Update to 1.102.2 --- 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 cac1791..9bb2332 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.0" + image = "ghcr.io/immich-app/immich-server:v1.102.2" 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.0" + image = "ghcr.io/immich-app/immich-server:v1.102.2" 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.0" + image = "ghcr.io/immich-app/immich-machine-learning:v1.102.2" readonly_rootfs = true pids_limit = 200 } diff --git a/variables.yml b/variables.yml index 932b14d..d0ead3e 100644 --- a/variables.yml +++ b/variables.yml @@ -6,7 +6,7 @@ instance: immich immich: # Immich version - version: 1.102.0 + version: 1.102.2 postgres: database: '[[ .instance ]]'