From d3d32c739ae3512bc07b6ea0186016dbb51f19bd Mon Sep 17 00:00:00 2001 From: sonicaj Date: Mon, 21 Oct 2024 17:15:14 +0000 Subject: [PATCH] Publish new changes in catalog --- community/immich/{4.0.19 => 4.0.20}/Chart.lock | 0 community/immich/{4.0.19 => 4.0.20}/Chart.yaml | 2 +- community/immich/{4.0.19 => 4.0.20}/README.md | 0 community/immich/{4.0.19 => 4.0.20}/app-readme.md | 0 .../{4.0.19 => 4.0.20}/charts/common-1.2.9.tgz | Bin .../immich/{4.0.19 => 4.0.20}/ci/basic-values.yaml | 0 .../immich/{4.0.19 => 4.0.20}/ci/extra-values.yaml | 0 .../{4.0.19 => 4.0.20}/ci/no-extra-values.yaml | 0 .../immich/{4.0.19 => 4.0.20}/ci/no-ml-values.yaml | 0 community/immich/{4.0.19 => 4.0.20}/ix_values.yaml | 12 ++++++------ community/immich/{4.0.19 => 4.0.20}/metadata.yaml | 0 .../immich/{4.0.19 => 4.0.20}/migrations/migrate | 0 community/immich/{4.0.19 => 4.0.20}/questions.yaml | 0 .../immich/{4.0.19 => 4.0.20}/templates/NOTES.txt | 0 .../{4.0.19 => 4.0.20}/templates/_configuration.tpl | 0 .../templates/_immich-machinelearning.tpl | 2 +- .../{4.0.19 => 4.0.20}/templates/_immich-server.tpl | 6 +++--- .../{4.0.19 => 4.0.20}/templates/_persistence.tpl | 0 .../immich/{4.0.19 => 4.0.20}/templates/_portal.tpl | 0 .../{4.0.19 => 4.0.20}/templates/_postgres.tpl | 0 .../immich/{4.0.19 => 4.0.20}/templates/_redis.tpl | 0 .../{4.0.19 => 4.0.20}/templates/_service.tpl | 0 .../{4.0.19 => 4.0.20}/templates/_waitURL.tpl | 0 .../immich/{4.0.19 => 4.0.20}/templates/common.yaml | 0 24 files changed, 11 insertions(+), 11 deletions(-) rename community/immich/{4.0.19 => 4.0.20}/Chart.lock (100%) rename community/immich/{4.0.19 => 4.0.20}/Chart.yaml (97%) rename community/immich/{4.0.19 => 4.0.20}/README.md (100%) rename community/immich/{4.0.19 => 4.0.20}/app-readme.md (100%) rename community/immich/{4.0.19 => 4.0.20}/charts/common-1.2.9.tgz (100%) rename community/immich/{4.0.19 => 4.0.20}/ci/basic-values.yaml (100%) rename community/immich/{4.0.19 => 4.0.20}/ci/extra-values.yaml (100%) rename community/immich/{4.0.19 => 4.0.20}/ci/no-extra-values.yaml (100%) rename community/immich/{4.0.19 => 4.0.20}/ci/no-ml-values.yaml (100%) rename community/immich/{4.0.19 => 4.0.20}/ix_values.yaml (93%) rename community/immich/{4.0.19 => 4.0.20}/metadata.yaml (100%) rename community/immich/{4.0.19 => 4.0.20}/migrations/migrate (100%) rename community/immich/{4.0.19 => 4.0.20}/questions.yaml (100%) rename community/immich/{4.0.19 => 4.0.20}/templates/NOTES.txt (100%) rename community/immich/{4.0.19 => 4.0.20}/templates/_configuration.tpl (100%) rename community/immich/{4.0.19 => 4.0.20}/templates/_immich-machinelearning.tpl (92%) rename community/immich/{4.0.19 => 4.0.20}/templates/_immich-server.tpl (91%) rename community/immich/{4.0.19 => 4.0.20}/templates/_persistence.tpl (100%) rename community/immich/{4.0.19 => 4.0.20}/templates/_portal.tpl (100%) rename community/immich/{4.0.19 => 4.0.20}/templates/_postgres.tpl (100%) rename community/immich/{4.0.19 => 4.0.20}/templates/_redis.tpl (100%) rename community/immich/{4.0.19 => 4.0.20}/templates/_service.tpl (100%) rename community/immich/{4.0.19 => 4.0.20}/templates/_waitURL.tpl (100%) rename community/immich/{4.0.19 => 4.0.20}/templates/common.yaml (100%) 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