From 60b21ce0c3250a9c0b91e8a8a19bb2b31315bcaf Mon Sep 17 00:00:00 2001 From: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> Date: Thu, 14 Dec 2023 07:05:49 -0500 Subject: [PATCH] feat(dizquetv) add nvidia Image to dizquetv (#16060) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Add the nvidia image to dizquetv ⚒️ Fixes # **⚙️ Type of change** - [X] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** **📃 Notes:** **✔️ Checklist:** - [X] ⚖️ My code follows the style guidelines of this project - [X] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [X] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --------- Signed-off-by: Kjeld Schouten Co-authored-by: Kjeld Schouten --- charts/stable/dizquetv/Chart.yaml | 2 +- charts/stable/dizquetv/ci/base-values.yaml | 1 + charts/stable/dizquetv/ci/nvidia-values.yaml | 1 + charts/stable/dizquetv/questions.yaml | 12 ++++++++++++ charts/stable/dizquetv/values.yaml | 10 +++++++++- 5 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 charts/stable/dizquetv/ci/base-values.yaml create mode 100644 charts/stable/dizquetv/ci/nvidia-values.yaml 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