upgrade immich to 106.4[ci skip]
This commit is contained in:
parent
4e5899cacd
commit
2ba5903f01
2 changed files with 2 additions and 19 deletions
|
|
@ -25,7 +25,7 @@ env:
|
||||||
IMMICH_MACHINE_LEARNING_URL: "http://immich-machine-learning.immich.svc.cluster.local:3003"
|
IMMICH_MACHINE_LEARNING_URL: "http://immich-machine-learning.immich.svc.cluster.local:3003"
|
||||||
|
|
||||||
image:
|
image:
|
||||||
tag: v1.105.1
|
tag: v1.106.4
|
||||||
|
|
||||||
immich:
|
immich:
|
||||||
persistence:
|
persistence:
|
||||||
|
|
@ -63,22 +63,6 @@ server:
|
||||||
repository: ghcr.io/immich-app/immich-server
|
repository: ghcr.io/immich-app/immich-server
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
microservices:
|
|
||||||
enabled: true
|
|
||||||
env:
|
|
||||||
REVERSE_GEOCODING_DUMP_DIRECTORY: /geodata-cache
|
|
||||||
persistence:
|
|
||||||
geodata-cache:
|
|
||||||
enabled: true
|
|
||||||
size: 1Gi
|
|
||||||
# Optional: Set this to pvc to avoid downloading the geodata every start.
|
|
||||||
type: emptyDir
|
|
||||||
accessMode: ReadWriteMany
|
|
||||||
# storageClass: your-class
|
|
||||||
image:
|
|
||||||
repository: ghcr.io/immich-app/immich-server
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
|
|
||||||
machine-learning:
|
machine-learning:
|
||||||
enabled: true
|
enabled: true
|
||||||
image:
|
image:
|
||||||
|
|
|
||||||
|
|
@ -94,8 +94,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.2.0"
|
version = "0.7.0"
|
||||||
version = "0.4.0"
|
|
||||||
|
|
||||||
values = [templatefile("${path.module}/chart_values.tpl", { postgresql_password = var.postgresql_password })]
|
values = [templatefile("${path.module}/chart_values.tpl", { postgresql_password = var.postgresql_password })]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue