Pārlūkot izejas kodu

Publish new changes in catalog

sonicaj 1 gadu atpakaļ
vecāks
revīzija
87a52eee07

+ 0 - 0
community/immich/4.0.6/Chart.lock → community/immich/4.0.7/Chart.lock


+ 1 - 1
community/immich/4.0.6/Chart.yaml → community/immich/4.0.7/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.6
+version: 4.0.7
 apiVersion: v2
 appVersion: 1.108.0
 kubeVersion: '>=1.16.0-0'

+ 0 - 0
community/immich/4.0.6/README.md → community/immich/4.0.7/README.md


+ 0 - 0
community/immich/4.0.6/app-readme.md → community/immich/4.0.7/app-readme.md


+ 0 - 0
community/immich/4.0.6/charts/common-1.2.9.tgz → community/immich/4.0.7/charts/common-1.2.9.tgz


+ 0 - 0
community/immich/4.0.6/ci/basic-values.yaml → community/immich/4.0.7/ci/basic-values.yaml


+ 0 - 0
community/immich/4.0.6/ci/extra-values.yaml → community/immich/4.0.7/ci/extra-values.yaml


+ 0 - 0
community/immich/4.0.6/ci/no-extra-values.yaml → community/immich/4.0.7/ci/no-extra-values.yaml


+ 0 - 0
community/immich/4.0.6/ci/no-ml-values.yaml → community/immich/4.0.7/ci/no-ml-values.yaml


+ 0 - 0
community/immich/4.0.6/ix_values.yaml → community/immich/4.0.7/ix_values.yaml


+ 0 - 0
community/immich/4.0.6/metadata.yaml → community/immich/4.0.7/metadata.yaml


+ 0 - 0
community/immich/4.0.6/migrations/migrate → community/immich/4.0.7/migrations/migrate


+ 21 - 1
community/immich/4.0.6/questions.yaml → community/immich/4.0.7/questions.yaml

@@ -843,7 +843,7 @@ questions:
                 schema:
                   type: string
                   max_length: 12
-                  valid_chars: '^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$'
+                  valid_chars: "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$"
                   valid_chars_error: |
                     Valid Memory limit formats are</br>
                     - Suffixed with E/P/T/G/M/K - eg. 1G</br>
@@ -861,3 +861,23 @@ questions:
       $ref:
         - "definitions/gpuConfiguration"
       attrs: []
+  - variable: immichGPUContainers
+    group: Resources Configuration
+    label: GPU Containers
+    description: Select which containers should use GPU.
+    schema:
+      type: dict
+      # This will only hide it if there are no GPUs available
+      # but will still show if there are 0 GPUs selected.
+      show_if: [["immichGPU", "!=", {}]]
+      attrs:
+        - variable: server
+          label: Enable GPU for Server
+          schema:
+            type: boolean
+            default: true
+        - variable: machinelearning
+          label: Enable GPU for Machine Learning
+          schema:
+            type: boolean
+            default: true

+ 0 - 0
community/immich/4.0.6/templates/NOTES.txt → community/immich/4.0.7/templates/NOTES.txt


+ 6 - 0
community/immich/4.0.6/templates/_configuration.tpl → community/immich/4.0.7/templates/_configuration.tpl

@@ -88,8 +88,14 @@ scaleGPU:
   - gpu:
       {{ $key }}: {{ $value }}
     targetSelector:
+      {{- if $.Values.immichGPUContainers.server }}
+      server:
+        - server
+      {{- end }}
+      {{- if $.Values.immichGPUContainers.machinelearning }}
       machinelearning:
         - machinelearning
+      {{- end }}
   {{- end -}}
 {{- end -}}
 {{- end -}}

+ 0 - 0
community/immich/4.0.6/templates/_immich-machinelearning.tpl → community/immich/4.0.7/templates/_immich-machinelearning.tpl


+ 0 - 0
community/immich/4.0.6/templates/_immich-server.tpl → community/immich/4.0.7/templates/_immich-server.tpl


+ 0 - 0
community/immich/4.0.6/templates/_persistence.tpl → community/immich/4.0.7/templates/_persistence.tpl


+ 0 - 0
community/immich/4.0.6/templates/_portal.tpl → community/immich/4.0.7/templates/_portal.tpl


+ 0 - 0
community/immich/4.0.6/templates/_postgres.tpl → community/immich/4.0.7/templates/_postgres.tpl


+ 0 - 0
community/immich/4.0.6/templates/_redis.tpl → community/immich/4.0.7/templates/_redis.tpl


+ 0 - 0
community/immich/4.0.6/templates/_service.tpl → community/immich/4.0.7/templates/_service.tpl


+ 0 - 0
community/immich/4.0.6/templates/_waitURL.tpl → community/immich/4.0.7/templates/_waitURL.tpl


+ 0 - 0
community/immich/4.0.6/templates/common.yaml → community/immich/4.0.7/templates/common.yaml