Bladeren bron

Publish new changes in catalog

sonicaj 1 jaar geleden
bovenliggende
commit
486d51b2f1

+ 0 - 0
community/handbrake/1.0.2/Chart.lock → community/handbrake/1.0.3/Chart.lock


+ 1 - 1
community/handbrake/1.0.2/Chart.yaml → community/handbrake/1.0.3/Chart.yaml

@@ -3,7 +3,7 @@ description: HandBrake is a tool for converting video from nearly any format to
 annotations:
   title: HandBrake
 type: application
-version: 1.0.2
+version: 1.0.3
 apiVersion: v2
 appVersion: 23.12.2
 kubeVersion: '>=1.16.0-0'

+ 0 - 0
community/handbrake/1.0.2/README.md → community/handbrake/1.0.3/README.md


+ 0 - 0
community/handbrake/1.0.2/app-readme.md → community/handbrake/1.0.3/app-readme.md


+ 0 - 0
community/handbrake/1.0.2/charts/common-1.2.9.tgz → community/handbrake/1.0.3/charts/common-1.2.9.tgz


+ 0 - 0
community/handbrake/1.0.2/ci/basic-values.yaml → community/handbrake/1.0.3/ci/basic-values.yaml


+ 0 - 0
community/handbrake/1.0.2/ci/https-values.yaml → community/handbrake/1.0.3/ci/https-values.yaml


+ 2 - 0
community/handbrake/1.0.2/ix_values.yaml → community/handbrake/1.0.3/ix_values.yaml

@@ -41,3 +41,5 @@ handbrakeStorage:
     ixVolumeConfig:
       datasetName: watch
   additionalStorages: []
+
+handbrakeGPU: []

+ 0 - 0
community/handbrake/1.0.2/metadata.yaml → community/handbrake/1.0.3/metadata.yaml


+ 9 - 0
community/handbrake/1.0.2/questions.yaml → community/handbrake/1.0.3/questions.yaml

@@ -646,3 +646,12 @@ questions:
                     - Exponent - eg. 134e6
                   default: "8Gi"
                   required: true
+
+  - variable: handbrakeGPU
+    group: Resources Configuration
+    label: GPU Configuration
+    schema:
+      type: dict
+      $ref:
+        - "definitions/gpuConfiguration"
+      attrs: []

+ 0 - 0
community/handbrake/1.0.2/templates/NOTES.txt → community/handbrake/1.0.3/templates/NOTES.txt


+ 10 - 0
community/handbrake/1.0.2/templates/_handbrake.tpl → community/handbrake/1.0.3/templates/_handbrake.tpl

@@ -57,4 +57,14 @@ workload:
               enabled: true
               type: tcp
               port: {{ .Values.handbrakeNetwork.vncPort }}
+{{ with .Values.handbrakeGPU }}
+scaleGPU:
+  {{ range $key, $value := . }}
+  - gpu:
+      {{ $key }}: {{ $value }}
+    targetSelector:
+      handbrake:
+        - handbrake
+  {{ end }}
+{{ end }}
 {{- end -}}

+ 0 - 0
community/handbrake/1.0.2/templates/_persistence.tpl → community/handbrake/1.0.3/templates/_persistence.tpl


+ 0 - 0
community/handbrake/1.0.2/templates/_portal.tpl → community/handbrake/1.0.3/templates/_portal.tpl


+ 0 - 0
community/handbrake/1.0.2/templates/_service.tpl → community/handbrake/1.0.3/templates/_service.tpl


+ 0 - 0
community/handbrake/1.0.2/templates/common.yaml → community/handbrake/1.0.3/templates/common.yaml