From 7255240a64d79493710dfa96f7fd2bcefc376098 Mon Sep 17 00:00:00 2001 From: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com> Date: Wed, 13 Mar 2024 16:46:33 -0400 Subject: [PATCH] fix(post-recording): Remove extra ENV_VAR blocking deployment (#19190) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Removes the extra NVIDIA_DEVICES we set in common for ages now ⚒️ Fixes #19189 **⚙️ Type of change** - [ ] ⚙️ 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:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 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 - [ ] ⬆️ 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 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._ --- charts/stable/post-recording/Chart.yaml | 2 +- charts/stable/post-recording/questions.yaml | 6 ------ charts/stable/post-recording/values.yaml | 1 - 3 files changed, 1 insertion(+), 8 deletions(-) diff --git a/charts/stable/post-recording/Chart.yaml b/charts/stable/post-recording/Chart.yaml index 87d3b5fd20d..519cc3904c3 100644 --- a/charts/stable/post-recording/Chart.yaml +++ b/charts/stable/post-recording/Chart.yaml @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/post-recording - https://hub.docker.com/r/chacawaca/post-recording type: application -version: 5.5.2 +version: 5.5.3 diff --git a/charts/stable/post-recording/questions.yaml b/charts/stable/post-recording/questions.yaml index d833b24111d..55f3a357749 100644 --- a/charts/stable/post-recording/questions.yaml +++ b/charts/stable/post-recording/questions.yaml @@ -43,12 +43,6 @@ questions: schema: type: string default: "comchap" - - variable: NVIDIA_VISIBLE_DEVICES - label: "NVIDIA_VISIBLE_DEVICES" - description: "GPU UUID retrieved from Nvidia plugin settings" - schema: - type: string - default: "" # Include{containerBasic} # Include{containerAdvanced} # Include{containerConfig} diff --git a/charts/stable/post-recording/values.yaml b/charts/stable/post-recording/values.yaml index 6d953b5455f..38dc0c99dcf 100644 --- a/charts/stable/post-recording/values.yaml +++ b/charts/stable/post-recording/values.yaml @@ -34,7 +34,6 @@ workload: env: CONVERSION_FORMAT: mkv DELETE_TS: "1" - NVIDIA_VISIBLE_DEVICES: "" POST_PROCESS: comchap SOURCE_EXT: ts SUBTITLES: "0"