Update to 1.98.0

This commit is contained in:
Daniel Berteaud 2024-03-07 22:47:25 +01:00
parent d9641f95ca
commit d854ef5061
2 changed files with 4 additions and 4 deletions

View File

@ -138,7 +138,7 @@ job "immich" {
user = 3001
config {
image = "ghcr.io/immich-app/immich-server:v1.97.0"
image = "ghcr.io/immich-app/immich-server:v1.98.0"
readonly_rootfs = true
command = "start.sh"
args = ["immich"]
@ -205,7 +205,7 @@ _EOT
user = 3001
config {
image = "ghcr.io/immich-app/immich-server:v1.97.0"
image = "ghcr.io/immich-app/immich-server:v1.98.0"
readonly_rootfs = true
command = "start.sh"
args = ["microservices"]
@ -349,7 +349,7 @@ _EOT
user = 3001
config {
image = "ghcr.io/immich-app/immich-machine-learning:v1.97.0"
image = "ghcr.io/immich-app/immich-machine-learning:v1.98.0"
readonly_rootfs = true
pids_limit = 200
}

View File

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