浏览代码

Publish new changes in catalog

sonicaj 1 年之前
父节点
当前提交
0580fe833e

+ 0 - 0
community/immich/3.0.8/Chart.lock → community/immich/3.0.9/Chart.lock


+ 1 - 1
community/immich/3.0.8/Chart.yaml → 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'

+ 0 - 0
community/immich/3.0.8/README.md → community/immich/3.0.9/README.md


+ 0 - 0
community/immich/3.0.8/app-readme.md → community/immich/3.0.9/app-readme.md


+ 0 - 0
community/immich/3.0.8/charts/common-1.2.9.tgz → community/immich/3.0.9/charts/common-1.2.9.tgz


+ 0 - 0
community/immich/3.0.8/ci/basic-values.yaml → community/immich/3.0.9/ci/basic-values.yaml


+ 0 - 0
community/immich/3.0.8/ci/extra-values.yaml → community/immich/3.0.9/ci/extra-values.yaml


+ 0 - 0
community/immich/3.0.8/ci/no-extra-values.yaml → community/immich/3.0.9/ci/no-extra-values.yaml


+ 0 - 0
community/immich/3.0.8/ci/no-ml-values.yaml → community/immich/3.0.9/ci/no-ml-values.yaml


+ 0 - 0
community/immich/3.0.8/ix_values.yaml → community/immich/3.0.9/ix_values.yaml


+ 0 - 0
community/immich/3.0.8/metadata.yaml → community/immich/3.0.9/metadata.yaml


+ 0 - 0
community/immich/3.0.8/migrations/migrate → community/immich/3.0.9/migrations/migrate


+ 0 - 0
community/immich/3.0.8/questions.yaml → community/immich/3.0.9/questions.yaml


+ 0 - 0
community/immich/3.0.8/templates/NOTES.txt → community/immich/3.0.9/templates/NOTES.txt


+ 13 - 0
community/immich/3.0.8/templates/_configuration.tpl → 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 -}}

+ 0 - 0
community/immich/3.0.8/templates/_immich-machinelearning.tpl → community/immich/3.0.9/templates/_immich-machinelearning.tpl


+ 0 - 11
community/immich/3.0.8/templates/_immich-microservices.tpl → 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 -}}

+ 0 - 0
community/immich/3.0.8/templates/_immich-server.tpl → community/immich/3.0.9/templates/_immich-server.tpl


+ 0 - 0
community/immich/3.0.8/templates/_persistence.tpl → community/immich/3.0.9/templates/_persistence.tpl


+ 0 - 0
community/immich/3.0.8/templates/_portal.tpl → community/immich/3.0.9/templates/_portal.tpl


+ 0 - 0
community/immich/3.0.8/templates/_postgres.tpl → community/immich/3.0.9/templates/_postgres.tpl


+ 0 - 0
community/immich/3.0.8/templates/_redis.tpl → community/immich/3.0.9/templates/_redis.tpl


+ 0 - 0
community/immich/3.0.8/templates/_service.tpl → community/immich/3.0.9/templates/_service.tpl


+ 0 - 0
community/immich/3.0.8/templates/_waitURL.tpl → community/immich/3.0.9/templates/_waitURL.tpl


+ 0 - 0
community/immich/3.0.8/templates/common.yaml → community/immich/3.0.9/templates/common.yaml