Update to 1.101.0

This commit is contained in:
Daniel Berteaud 2024-04-05 10:16:26 +02:00
parent 28310eaec1
commit 183c87d919
2 changed files with 5 additions and 5 deletions

View File

@ -107,7 +107,7 @@ job "immich" {
user = 1053
config {
image = "danielberteaud/wait-for:24.3-1"
image = "danielberteaud/wait-for:24.4-1"
readonly_rootfs = true
pids_limit = 20
}
@ -140,7 +140,7 @@ job "immich" {
user = 3001
config {
image = "ghcr.io/immich-app/immich-server:v1.100.0"
image = "ghcr.io/immich-app/immich-server:v1.101.0"
readonly_rootfs = true
command = "start.sh"
args = ["immich"]
@ -209,7 +209,7 @@ _EOT
user = 3001
config {
image = "ghcr.io/immich-app/immich-server:v1.100.0"
image = "ghcr.io/immich-app/immich-server:v1.101.0"
readonly_rootfs = true
command = "start.sh"
args = ["microservices"]
@ -355,7 +355,7 @@ _EOT
user = 3001
config {
image = "ghcr.io/immich-app/immich-machine-learning:v1.100.0"
image = "ghcr.io/immich-app/immich-machine-learning:v1.101.0"
readonly_rootfs = true
pids_limit = 200
}

View File

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