diff --git a/community/handbrake/1.0.2/Chart.lock b/community/handbrake/1.0.3/Chart.lock similarity index 100% rename from community/handbrake/1.0.2/Chart.lock rename to community/handbrake/1.0.3/Chart.lock diff --git a/community/handbrake/1.0.2/Chart.yaml b/community/handbrake/1.0.3/Chart.yaml similarity index 98% rename from community/handbrake/1.0.2/Chart.yaml rename to community/handbrake/1.0.3/Chart.yaml index e2f09e800f..312bd6b65b 100644 --- a/community/handbrake/1.0.2/Chart.yaml +++ b/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' diff --git a/community/handbrake/1.0.2/README.md b/community/handbrake/1.0.3/README.md similarity index 100% rename from community/handbrake/1.0.2/README.md rename to community/handbrake/1.0.3/README.md diff --git a/community/handbrake/1.0.2/app-readme.md b/community/handbrake/1.0.3/app-readme.md similarity index 100% rename from community/handbrake/1.0.2/app-readme.md rename to community/handbrake/1.0.3/app-readme.md diff --git a/community/handbrake/1.0.2/charts/common-1.2.9.tgz b/community/handbrake/1.0.3/charts/common-1.2.9.tgz similarity index 100% rename from community/handbrake/1.0.2/charts/common-1.2.9.tgz rename to community/handbrake/1.0.3/charts/common-1.2.9.tgz diff --git a/community/handbrake/1.0.2/ci/basic-values.yaml b/community/handbrake/1.0.3/ci/basic-values.yaml similarity index 100% rename from community/handbrake/1.0.2/ci/basic-values.yaml rename to community/handbrake/1.0.3/ci/basic-values.yaml diff --git a/community/handbrake/1.0.2/ci/https-values.yaml b/community/handbrake/1.0.3/ci/https-values.yaml similarity index 100% rename from community/handbrake/1.0.2/ci/https-values.yaml rename to community/handbrake/1.0.3/ci/https-values.yaml diff --git a/community/handbrake/1.0.2/ix_values.yaml b/community/handbrake/1.0.3/ix_values.yaml similarity index 97% rename from community/handbrake/1.0.2/ix_values.yaml rename to community/handbrake/1.0.3/ix_values.yaml index 5b80827dd7..ee2c913cc8 100644 --- a/community/handbrake/1.0.2/ix_values.yaml +++ b/community/handbrake/1.0.3/ix_values.yaml @@ -41,3 +41,5 @@ handbrakeStorage: ixVolumeConfig: datasetName: watch additionalStorages: [] + +handbrakeGPU: [] diff --git a/community/handbrake/1.0.2/metadata.yaml b/community/handbrake/1.0.3/metadata.yaml similarity index 100% rename from community/handbrake/1.0.2/metadata.yaml rename to community/handbrake/1.0.3/metadata.yaml diff --git a/community/handbrake/1.0.2/questions.yaml b/community/handbrake/1.0.3/questions.yaml similarity index 99% rename from community/handbrake/1.0.2/questions.yaml rename to community/handbrake/1.0.3/questions.yaml index 767c11c9e6..ad4d1922a8 100644 --- a/community/handbrake/1.0.2/questions.yaml +++ b/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: [] diff --git a/community/handbrake/1.0.2/templates/NOTES.txt b/community/handbrake/1.0.3/templates/NOTES.txt similarity index 100% rename from community/handbrake/1.0.2/templates/NOTES.txt rename to community/handbrake/1.0.3/templates/NOTES.txt diff --git a/community/handbrake/1.0.2/templates/_handbrake.tpl b/community/handbrake/1.0.3/templates/_handbrake.tpl similarity index 91% rename from community/handbrake/1.0.2/templates/_handbrake.tpl rename to community/handbrake/1.0.3/templates/_handbrake.tpl index 4e9561deeb..ecfab43cd4 100644 --- a/community/handbrake/1.0.2/templates/_handbrake.tpl +++ b/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 -}} diff --git a/community/handbrake/1.0.2/templates/_persistence.tpl b/community/handbrake/1.0.3/templates/_persistence.tpl similarity index 100% rename from community/handbrake/1.0.2/templates/_persistence.tpl rename to community/handbrake/1.0.3/templates/_persistence.tpl diff --git a/community/handbrake/1.0.2/templates/_portal.tpl b/community/handbrake/1.0.3/templates/_portal.tpl similarity index 100% rename from community/handbrake/1.0.2/templates/_portal.tpl rename to community/handbrake/1.0.3/templates/_portal.tpl diff --git a/community/handbrake/1.0.2/templates/_service.tpl b/community/handbrake/1.0.3/templates/_service.tpl similarity index 100% rename from community/handbrake/1.0.2/templates/_service.tpl rename to community/handbrake/1.0.3/templates/_service.tpl diff --git a/community/handbrake/1.0.2/templates/common.yaml b/community/handbrake/1.0.3/templates/common.yaml similarity index 100% rename from community/handbrake/1.0.2/templates/common.yaml rename to community/handbrake/1.0.3/templates/common.yaml