diff --git a/community/immich/4.0.19/Chart.lock b/community/immich/4.0.20/Chart.lock similarity index 100% rename from community/immich/4.0.19/Chart.lock rename to community/immich/4.0.20/Chart.lock diff --git a/community/immich/4.0.19/Chart.yaml b/community/immich/4.0.20/Chart.yaml similarity index 97% rename from community/immich/4.0.19/Chart.yaml rename to community/immich/4.0.20/Chart.yaml index c8614b32d9..a0aec301c2 100644 --- a/community/immich/4.0.19/Chart.yaml +++ b/community/immich/4.0.20/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/community/immich/4.0.19/README.md b/community/immich/4.0.20/README.md similarity index 100% rename from community/immich/4.0.19/README.md rename to community/immich/4.0.20/README.md diff --git a/community/immich/4.0.19/app-readme.md b/community/immich/4.0.20/app-readme.md similarity index 100% rename from community/immich/4.0.19/app-readme.md rename to community/immich/4.0.20/app-readme.md diff --git a/community/immich/4.0.19/charts/common-1.2.9.tgz b/community/immich/4.0.20/charts/common-1.2.9.tgz similarity index 100% rename from community/immich/4.0.19/charts/common-1.2.9.tgz rename to community/immich/4.0.20/charts/common-1.2.9.tgz diff --git a/community/immich/4.0.19/ci/basic-values.yaml b/community/immich/4.0.20/ci/basic-values.yaml similarity index 100% rename from community/immich/4.0.19/ci/basic-values.yaml rename to community/immich/4.0.20/ci/basic-values.yaml diff --git a/community/immich/4.0.19/ci/extra-values.yaml b/community/immich/4.0.20/ci/extra-values.yaml similarity index 100% rename from community/immich/4.0.19/ci/extra-values.yaml rename to community/immich/4.0.20/ci/extra-values.yaml diff --git a/community/immich/4.0.19/ci/no-extra-values.yaml b/community/immich/4.0.20/ci/no-extra-values.yaml similarity index 100% rename from community/immich/4.0.19/ci/no-extra-values.yaml rename to community/immich/4.0.20/ci/no-extra-values.yaml diff --git a/community/immich/4.0.19/ci/no-ml-values.yaml b/community/immich/4.0.20/ci/no-ml-values.yaml similarity index 100% rename from community/immich/4.0.19/ci/no-ml-values.yaml rename to community/immich/4.0.20/ci/no-ml-values.yaml diff --git a/community/immich/4.0.19/ix_values.yaml b/community/immich/4.0.20/ix_values.yaml similarity index 93% rename from community/immich/4.0.19/ix_values.yaml rename to community/immich/4.0.20/ix_values.yaml index b0359e5697..74b7777fd9 100644 --- a/community/immich/4.0.19/ix_values.yaml +++ b/community/immich/4.0.20/ix_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 diff --git a/community/immich/4.0.19/metadata.yaml b/community/immich/4.0.20/metadata.yaml similarity index 100% rename from community/immich/4.0.19/metadata.yaml rename to community/immich/4.0.20/metadata.yaml diff --git a/community/immich/4.0.19/migrations/migrate b/community/immich/4.0.20/migrations/migrate similarity index 100% rename from community/immich/4.0.19/migrations/migrate rename to community/immich/4.0.20/migrations/migrate diff --git a/community/immich/4.0.19/questions.yaml b/community/immich/4.0.20/questions.yaml similarity index 100% rename from community/immich/4.0.19/questions.yaml rename to community/immich/4.0.20/questions.yaml diff --git a/community/immich/4.0.19/templates/NOTES.txt b/community/immich/4.0.20/templates/NOTES.txt similarity index 100% rename from community/immich/4.0.19/templates/NOTES.txt rename to community/immich/4.0.20/templates/NOTES.txt diff --git a/community/immich/4.0.19/templates/_configuration.tpl b/community/immich/4.0.20/templates/_configuration.tpl similarity index 100% rename from community/immich/4.0.19/templates/_configuration.tpl rename to community/immich/4.0.20/templates/_configuration.tpl diff --git a/community/immich/4.0.19/templates/_immich-machinelearning.tpl b/community/immich/4.0.20/templates/_immich-machinelearning.tpl similarity index 92% rename from community/immich/4.0.19/templates/_immich-machinelearning.tpl rename to community/immich/4.0.20/templates/_immich-machinelearning.tpl index 3e6262dbcb..c79b0c0609 100644 --- a/community/immich/4.0.19/templates/_immich-machinelearning.tpl +++ b/community/immich/4.0.20/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/community/immich/4.0.19/templates/_immich-server.tpl b/community/immich/4.0.20/templates/_immich-server.tpl similarity index 91% rename from community/immich/4.0.19/templates/_immich-server.tpl rename to community/immich/4.0.20/templates/_immich-server.tpl index 38131d1de2..8449c0c3bd 100644 --- a/community/immich/4.0.19/templates/_immich-server.tpl +++ b/community/immich/4.0.20/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/community/immich/4.0.19/templates/_persistence.tpl b/community/immich/4.0.20/templates/_persistence.tpl similarity index 100% rename from community/immich/4.0.19/templates/_persistence.tpl rename to community/immich/4.0.20/templates/_persistence.tpl diff --git a/community/immich/4.0.19/templates/_portal.tpl b/community/immich/4.0.20/templates/_portal.tpl similarity index 100% rename from community/immich/4.0.19/templates/_portal.tpl rename to community/immich/4.0.20/templates/_portal.tpl diff --git a/community/immich/4.0.19/templates/_postgres.tpl b/community/immich/4.0.20/templates/_postgres.tpl similarity index 100% rename from community/immich/4.0.19/templates/_postgres.tpl rename to community/immich/4.0.20/templates/_postgres.tpl diff --git a/community/immich/4.0.19/templates/_redis.tpl b/community/immich/4.0.20/templates/_redis.tpl similarity index 100% rename from community/immich/4.0.19/templates/_redis.tpl rename to community/immich/4.0.20/templates/_redis.tpl diff --git a/community/immich/4.0.19/templates/_service.tpl b/community/immich/4.0.20/templates/_service.tpl similarity index 100% rename from community/immich/4.0.19/templates/_service.tpl rename to community/immich/4.0.20/templates/_service.tpl diff --git a/community/immich/4.0.19/templates/_waitURL.tpl b/community/immich/4.0.20/templates/_waitURL.tpl similarity index 100% rename from community/immich/4.0.19/templates/_waitURL.tpl rename to community/immich/4.0.20/templates/_waitURL.tpl diff --git a/community/immich/4.0.19/templates/common.yaml b/community/immich/4.0.20/templates/common.yaml similarity index 100% rename from community/immich/4.0.19/templates/common.yaml rename to community/immich/4.0.20/templates/common.yaml