diff --git a/charts/stable/dizquetv/Chart.yaml b/charts/stable/dizquetv/Chart.yaml index 5a50534f034..d372fd5a3fd 100644 --- a/charts/stable/dizquetv/Chart.yaml +++ b/charts/stable/dizquetv/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0-0" apiVersion: v2 name: dizquetv -version: 11.0.12 +version: 11.1.0 appVersion: 1.5.3 description: Create live TV channel streams from media on your Plex servers. home: https://truecharts.org/charts/stable/dizquetv diff --git a/charts/stable/dizquetv/ci/base-values.yaml b/charts/stable/dizquetv/ci/base-values.yaml new file mode 100644 index 00000000000..7e36603e844 --- /dev/null +++ b/charts/stable/dizquetv/ci/base-values.yaml @@ -0,0 +1 @@ +imageSelector: image diff --git a/charts/stable/dizquetv/ci/nvidia-values.yaml b/charts/stable/dizquetv/ci/nvidia-values.yaml new file mode 100644 index 00000000000..f5b8a903853 --- /dev/null +++ b/charts/stable/dizquetv/ci/nvidia-values.yaml @@ -0,0 +1 @@ +imageSelector: nvidiaImage diff --git a/charts/stable/dizquetv/questions.yaml b/charts/stable/dizquetv/questions.yaml index 80ed1178387..4f28e280275 100644 --- a/charts/stable/dizquetv/questions.yaml +++ b/charts/stable/dizquetv/questions.yaml @@ -10,6 +10,18 @@ questions: # Include{replicas1} # Include{podSpec} # Include{containerMain} + + - variable: imageSelector + label: Select Image + schema: + type: string + default: image + enum: + - value: image + description: Image + - value: nvidiaImage + description: Nvidia Image + # Include{containerBasic} # Include{containerAdvanced} diff --git a/charts/stable/dizquetv/values.yaml b/charts/stable/dizquetv/values.yaml index c8fa8dc4027..af7fd2970ec 100644 --- a/charts/stable/dizquetv/values.yaml +++ b/charts/stable/dizquetv/values.yaml @@ -2,17 +2,24 @@ image: repository: vexorian/dizquetv pullPolicy: IfNotPresent tag: 1.5.3@sha256:f93b5ba851fcd9ce120588abe3108bac30afd63921178870f646ed1258b64f35 +nvidiaImage: + repository: vexorian/dizquetv + pullPolicy: IfNotPresent + tag: 1.5.3-nvidia@sha256:883f5ebc532acfdd64aed8ee89d53ac81794edb49bbb2adfca5b274ff37ae389 + service: main: ports: main: port: 10071 targetPort: 8000 + workload: main: podSpec: containers: main: + imageSelector: image probes: liveness: type: http @@ -23,11 +30,12 @@ workload: startup: type: http path: / - env: {} + persistence: config: enabled: true mountPath: /home/node/app/.dizquetv + portal: open: enabled: true