Update to 1.100.0

This commit is contained in:
Daniel Berteaud 2024-03-28 22:49:05 +01:00
parent 13652f9a22
commit 28310eaec1
2 changed files with 6 additions and 4 deletions

View File

@ -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
}

View File

@ -6,7 +6,7 @@ instance: immich
immich:
# Immich version
version: 1.99.0
version: 1.100.0
postgres:
database: '[[ .instance ]]'