diff --git a/library/ix-dev/community/immich/Chart.yaml b/library/ix-dev/community/immich/Chart.yaml index c8614b32d9a..a0aec301c22 100644 --- a/library/ix-dev/community/immich/Chart.yaml +++ b/library/ix-dev/community/immich/Chart.yaml @@ -4,7 +4,7 @@ description: Immich is a self-hosted photo and video backup solution directly fr annotations: title: Immich type: application -version: 4.0.19 +version: 4.0.20 apiVersion: v2 appVersion: 1.117.0 kubeVersion: '>=1.16.0-0' diff --git a/library/ix-dev/community/immich/templates/_immich-machinelearning.tpl b/library/ix-dev/community/immich/templates/_immich-machinelearning.tpl index 3e6262dbcb8..c79b0c0609d 100644 --- a/library/ix-dev/community/immich/templates/_immich-machinelearning.tpl +++ b/library/ix-dev/community/immich/templates/_immich-machinelearning.tpl @@ -1,6 +1,6 @@ {{- define "immich.machinelearning.workload" -}} {{- $fullname := (include "ix.v1.common.lib.chart.names.fullname" $) -}} -{{- $url := printf "http://%v:%v/api/server-info/ping" $fullname .Values.immichNetwork.webuiPort -}} +{{- $url := printf "http://%v:%v/api/server/ping" $fullname .Values.immichNetwork.webuiPort -}} {{- $img := "mlImage" -}} {{- with .Values.immichConfig.mlImageType -}} {{- $img = . -}} diff --git a/library/ix-dev/community/immich/templates/_immich-server.tpl b/library/ix-dev/community/immich/templates/_immich-server.tpl index 38131d1de28..8449c0c3bd5 100644 --- a/library/ix-dev/community/immich/templates/_immich-server.tpl +++ b/library/ix-dev/community/immich/templates/_immich-server.tpl @@ -26,17 +26,17 @@ workload: liveness: enabled: true type: http - path: /api/server-info/ping + path: /api/server/ping port: {{ .Values.immichNetwork.webuiPort }} readiness: enabled: true type: http - path: /api/server-info/ping + path: /api/server/ping port: {{ .Values.immichNetwork.webuiPort }} startup: enabled: true type: http - path: /api/server-info/ping + path: /api/server/ping port: {{ .Values.immichNetwork.webuiPort }} initContainers: {{- include "ix.v1.common.app.postgresWait" (dict "name" "postgres-wait" diff --git a/library/ix-dev/community/immich/values.yaml b/library/ix-dev/community/immich/values.yaml index b0359e56970..74b7777fd9c 100644 --- a/library/ix-dev/community/immich/values.yaml +++ b/library/ix-dev/community/immich/values.yaml @@ -1,22 +1,22 @@ image: repository: altran1502/immich-server pullPolicy: IfNotPresent - tag: v1.117.0 + tag: v1.118.2 mlImage: repository: altran1502/immich-machine-learning pullPolicy: IfNotPresent - tag: v1.117.0 + tag: v1.118.2 mlCudaImage: repository: altran1502/immich-machine-learning pullPolicy: IfNotPresent - tag: v1.117.0-cuda + tag: v1.118.2-cuda mlOpenvinoImage: repository: altran1502/immich-machine-learning pullPolicy: IfNotPresent - tag: v1.117.0-openvino + tag: v1.118.2-openvino pgvectorImage: repository: tensorchord/pgvecto-rs @@ -31,11 +31,11 @@ resources: immichGPU: {} immichConfig: - publicLoginMessage: '' + publicLoginMessage: "" enableML: true mlImageType: mlImage logLevel: log - huggingFaceEndpoint: '' + huggingFaceEndpoint: "" immichNetwork: webuiPort: 30041