upgrade immich to 1.121.0 [ci skip]
This commit is contained in:
parent
86296be8a6
commit
02f8c18804
2 changed files with 4 additions and 4 deletions
|
|
@ -31,7 +31,7 @@ env:
|
||||||
image:
|
image:
|
||||||
# tag: v1.116.2
|
# tag: v1.116.2
|
||||||
# tag: v1.117.0 # not working
|
# tag: v1.117.0 # not working
|
||||||
tag: v1.119.1
|
tag: v1.121.0
|
||||||
|
|
||||||
immich:
|
immich:
|
||||||
persistence:
|
persistence:
|
||||||
|
|
|
||||||
|
|
@ -95,7 +95,7 @@ resource "helm_release" "immich" {
|
||||||
repository = "https://immich-app.github.io/immich-charts"
|
repository = "https://immich-app.github.io/immich-charts"
|
||||||
chart = "immich"
|
chart = "immich"
|
||||||
atomic = true
|
atomic = true
|
||||||
version = "0.8.1"
|
version = "0.8.4"
|
||||||
# version = "0.7.2"
|
# version = "0.7.2"
|
||||||
timeout = 6000
|
timeout = 6000
|
||||||
|
|
||||||
|
|
@ -178,8 +178,8 @@ resource "kubernetes_ingress_v1" "immich" {
|
||||||
name = "immich-server" # after v1.88
|
name = "immich-server" # after v1.88
|
||||||
port {
|
port {
|
||||||
# number = 8080
|
# number = 8080
|
||||||
number = 3001
|
# number = 3001
|
||||||
# number = 2283
|
number = 2283
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue