From 0580fe833ee2b5b6d1c899d1174a70bd1bbdf7de Mon Sep 17 00:00:00 2001 From: sonicaj Date: Fri, 9 Feb 2024 11:39:07 +0000 Subject: [PATCH] Publish new changes in catalog --- community/immich/{3.0.8 => 3.0.9}/Chart.lock | 0 community/immich/{3.0.8 => 3.0.9}/Chart.yaml | 2 +- community/immich/{3.0.8 => 3.0.9}/README.md | 0 community/immich/{3.0.8 => 3.0.9}/app-readme.md | 0 .../{3.0.8 => 3.0.9}/charts/common-1.2.9.tgz | Bin .../immich/{3.0.8 => 3.0.9}/ci/basic-values.yaml | 0 .../immich/{3.0.8 => 3.0.9}/ci/extra-values.yaml | 0 .../{3.0.8 => 3.0.9}/ci/no-extra-values.yaml | 0 .../immich/{3.0.8 => 3.0.9}/ci/no-ml-values.yaml | 0 community/immich/{3.0.8 => 3.0.9}/ix_values.yaml | 0 community/immich/{3.0.8 => 3.0.9}/metadata.yaml | 0 .../immich/{3.0.8 => 3.0.9}/migrations/migrate | 0 community/immich/{3.0.8 => 3.0.9}/questions.yaml | 0 .../immich/{3.0.8 => 3.0.9}/templates/NOTES.txt | 0 .../{3.0.8 => 3.0.9}/templates/_configuration.tpl | 13 +++++++++++++ .../templates/_immich-machinelearning.tpl | 0 .../templates/_immich-microservices.tpl | 11 ----------- .../{3.0.8 => 3.0.9}/templates/_immich-server.tpl | 0 .../{3.0.8 => 3.0.9}/templates/_persistence.tpl | 0 .../immich/{3.0.8 => 3.0.9}/templates/_portal.tpl | 0 .../{3.0.8 => 3.0.9}/templates/_postgres.tpl | 0 .../immich/{3.0.8 => 3.0.9}/templates/_redis.tpl | 0 .../immich/{3.0.8 => 3.0.9}/templates/_service.tpl | 0 .../immich/{3.0.8 => 3.0.9}/templates/_waitURL.tpl | 0 .../immich/{3.0.8 => 3.0.9}/templates/common.yaml | 0 25 files changed, 14 insertions(+), 12 deletions(-) rename community/immich/{3.0.8 => 3.0.9}/Chart.lock (100%) rename community/immich/{3.0.8 => 3.0.9}/Chart.yaml (97%) rename community/immich/{3.0.8 => 3.0.9}/README.md (100%) rename community/immich/{3.0.8 => 3.0.9}/app-readme.md (100%) rename community/immich/{3.0.8 => 3.0.9}/charts/common-1.2.9.tgz (100%) rename community/immich/{3.0.8 => 3.0.9}/ci/basic-values.yaml (100%) rename community/immich/{3.0.8 => 3.0.9}/ci/extra-values.yaml (100%) rename community/immich/{3.0.8 => 3.0.9}/ci/no-extra-values.yaml (100%) rename community/immich/{3.0.8 => 3.0.9}/ci/no-ml-values.yaml (100%) rename community/immich/{3.0.8 => 3.0.9}/ix_values.yaml (100%) rename community/immich/{3.0.8 => 3.0.9}/metadata.yaml (100%) rename community/immich/{3.0.8 => 3.0.9}/migrations/migrate (100%) rename community/immich/{3.0.8 => 3.0.9}/questions.yaml (100%) rename community/immich/{3.0.8 => 3.0.9}/templates/NOTES.txt (100%) rename community/immich/{3.0.8 => 3.0.9}/templates/_configuration.tpl (91%) rename community/immich/{3.0.8 => 3.0.9}/templates/_immich-machinelearning.tpl (100%) rename community/immich/{3.0.8 => 3.0.9}/templates/_immich-microservices.tpl (89%) rename community/immich/{3.0.8 => 3.0.9}/templates/_immich-server.tpl (100%) rename community/immich/{3.0.8 => 3.0.9}/templates/_persistence.tpl (100%) rename community/immich/{3.0.8 => 3.0.9}/templates/_portal.tpl (100%) rename community/immich/{3.0.8 => 3.0.9}/templates/_postgres.tpl (100%) rename community/immich/{3.0.8 => 3.0.9}/templates/_redis.tpl (100%) rename community/immich/{3.0.8 => 3.0.9}/templates/_service.tpl (100%) rename community/immich/{3.0.8 => 3.0.9}/templates/_waitURL.tpl (100%) rename community/immich/{3.0.8 => 3.0.9}/templates/common.yaml (100%) diff --git a/community/immich/3.0.8/Chart.lock b/community/immich/3.0.9/Chart.lock similarity index 100% rename from community/immich/3.0.8/Chart.lock rename to community/immich/3.0.9/Chart.lock diff --git a/community/immich/3.0.8/Chart.yaml b/community/immich/3.0.9/Chart.yaml similarity index 97% rename from community/immich/3.0.8/Chart.yaml rename to community/immich/3.0.9/Chart.yaml index 3106cb2695..c57c1f7985 100644 --- a/community/immich/3.0.8/Chart.yaml +++ b/community/immich/3.0.9/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: 3.0.8 +version: 3.0.9 apiVersion: v2 appVersion: 1.94.1 kubeVersion: '>=1.16.0-0' diff --git a/community/immich/3.0.8/README.md b/community/immich/3.0.9/README.md similarity index 100% rename from community/immich/3.0.8/README.md rename to community/immich/3.0.9/README.md diff --git a/community/immich/3.0.8/app-readme.md b/community/immich/3.0.9/app-readme.md similarity index 100% rename from community/immich/3.0.8/app-readme.md rename to community/immich/3.0.9/app-readme.md diff --git a/community/immich/3.0.8/charts/common-1.2.9.tgz b/community/immich/3.0.9/charts/common-1.2.9.tgz similarity index 100% rename from community/immich/3.0.8/charts/common-1.2.9.tgz rename to community/immich/3.0.9/charts/common-1.2.9.tgz diff --git a/community/immich/3.0.8/ci/basic-values.yaml b/community/immich/3.0.9/ci/basic-values.yaml similarity index 100% rename from community/immich/3.0.8/ci/basic-values.yaml rename to community/immich/3.0.9/ci/basic-values.yaml diff --git a/community/immich/3.0.8/ci/extra-values.yaml b/community/immich/3.0.9/ci/extra-values.yaml similarity index 100% rename from community/immich/3.0.8/ci/extra-values.yaml rename to community/immich/3.0.9/ci/extra-values.yaml diff --git a/community/immich/3.0.8/ci/no-extra-values.yaml b/community/immich/3.0.9/ci/no-extra-values.yaml similarity index 100% rename from community/immich/3.0.8/ci/no-extra-values.yaml rename to community/immich/3.0.9/ci/no-extra-values.yaml diff --git a/community/immich/3.0.8/ci/no-ml-values.yaml b/community/immich/3.0.9/ci/no-ml-values.yaml similarity index 100% rename from community/immich/3.0.8/ci/no-ml-values.yaml rename to community/immich/3.0.9/ci/no-ml-values.yaml diff --git a/community/immich/3.0.8/ix_values.yaml b/community/immich/3.0.9/ix_values.yaml similarity index 100% rename from community/immich/3.0.8/ix_values.yaml rename to community/immich/3.0.9/ix_values.yaml diff --git a/community/immich/3.0.8/metadata.yaml b/community/immich/3.0.9/metadata.yaml similarity index 100% rename from community/immich/3.0.8/metadata.yaml rename to community/immich/3.0.9/metadata.yaml diff --git a/community/immich/3.0.8/migrations/migrate b/community/immich/3.0.9/migrations/migrate similarity index 100% rename from community/immich/3.0.8/migrations/migrate rename to community/immich/3.0.9/migrations/migrate diff --git a/community/immich/3.0.8/questions.yaml b/community/immich/3.0.9/questions.yaml similarity index 100% rename from community/immich/3.0.8/questions.yaml rename to community/immich/3.0.9/questions.yaml diff --git a/community/immich/3.0.8/templates/NOTES.txt b/community/immich/3.0.9/templates/NOTES.txt similarity index 100% rename from community/immich/3.0.8/templates/NOTES.txt rename to community/immich/3.0.9/templates/NOTES.txt diff --git a/community/immich/3.0.8/templates/_configuration.tpl b/community/immich/3.0.9/templates/_configuration.tpl similarity index 91% rename from community/immich/3.0.8/templates/_configuration.tpl rename to community/immich/3.0.9/templates/_configuration.tpl index 58116ce86c..edda9e1a56 100644 --- a/community/immich/3.0.8/templates/_configuration.tpl +++ b/community/immich/3.0.9/templates/_configuration.tpl @@ -86,4 +86,17 @@ configmap: MACHINE_LEARNING_CACHE_FOLDER: /mlcache TRANSFORMERS_CACHE: /mlcache {{- end }} + +{{- with .Values.immichGPU }} +scaleGPU: + {{- range $key, $value := . }} + - gpu: + {{ $key }}: {{ $value }} + targetSelector: + microservices: + - microservices + machinelearning: + - machinelearning + {{- end -}} +{{- end -}} {{- end -}} diff --git a/community/immich/3.0.8/templates/_immich-machinelearning.tpl b/community/immich/3.0.9/templates/_immich-machinelearning.tpl similarity index 100% rename from community/immich/3.0.8/templates/_immich-machinelearning.tpl rename to community/immich/3.0.9/templates/_immich-machinelearning.tpl diff --git a/community/immich/3.0.8/templates/_immich-microservices.tpl b/community/immich/3.0.9/templates/_immich-microservices.tpl similarity index 89% rename from community/immich/3.0.8/templates/_immich-microservices.tpl rename to community/immich/3.0.9/templates/_immich-microservices.tpl index fe437d63dc..c0c144e827 100644 --- a/community/immich/3.0.8/templates/_immich-microservices.tpl +++ b/community/immich/3.0.9/templates/_immich-microservices.tpl @@ -45,15 +45,4 @@ workload: {{- include "ix.v1.common.app.redisWait" (dict "name" "redis-wait" "secretName" "redis-creds") | nindent 8 }} {{- include "immich.wait.init" (dict "url" $url) | indent 8 }} - -{{- with .Values.immichGPU }} -scaleGPU: - {{- range $key, $value := . }} - - gpu: - {{ $key }}: {{ $value }} - targetSelector: - microservices: - - microservices - {{- end -}} -{{- end -}} {{- end -}} diff --git a/community/immich/3.0.8/templates/_immich-server.tpl b/community/immich/3.0.9/templates/_immich-server.tpl similarity index 100% rename from community/immich/3.0.8/templates/_immich-server.tpl rename to community/immich/3.0.9/templates/_immich-server.tpl diff --git a/community/immich/3.0.8/templates/_persistence.tpl b/community/immich/3.0.9/templates/_persistence.tpl similarity index 100% rename from community/immich/3.0.8/templates/_persistence.tpl rename to community/immich/3.0.9/templates/_persistence.tpl diff --git a/community/immich/3.0.8/templates/_portal.tpl b/community/immich/3.0.9/templates/_portal.tpl similarity index 100% rename from community/immich/3.0.8/templates/_portal.tpl rename to community/immich/3.0.9/templates/_portal.tpl diff --git a/community/immich/3.0.8/templates/_postgres.tpl b/community/immich/3.0.9/templates/_postgres.tpl similarity index 100% rename from community/immich/3.0.8/templates/_postgres.tpl rename to community/immich/3.0.9/templates/_postgres.tpl diff --git a/community/immich/3.0.8/templates/_redis.tpl b/community/immich/3.0.9/templates/_redis.tpl similarity index 100% rename from community/immich/3.0.8/templates/_redis.tpl rename to community/immich/3.0.9/templates/_redis.tpl diff --git a/community/immich/3.0.8/templates/_service.tpl b/community/immich/3.0.9/templates/_service.tpl similarity index 100% rename from community/immich/3.0.8/templates/_service.tpl rename to community/immich/3.0.9/templates/_service.tpl diff --git a/community/immich/3.0.8/templates/_waitURL.tpl b/community/immich/3.0.9/templates/_waitURL.tpl similarity index 100% rename from community/immich/3.0.8/templates/_waitURL.tpl rename to community/immich/3.0.9/templates/_waitURL.tpl diff --git a/community/immich/3.0.8/templates/common.yaml b/community/immich/3.0.9/templates/common.yaml similarity index 100% rename from community/immich/3.0.8/templates/common.yaml rename to community/immich/3.0.9/templates/common.yaml