From 01b2b86c9e64c15d916c55c35ecc185d1be181cf Mon Sep 17 00:00:00 2001 From: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com> Date: Tue, 29 Aug 2023 12:50:48 -0400 Subject: [PATCH] feat(obs-ndi): Move to stable + fix env_var (#12010) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Another one out of the long pile of ported apps into Stable ⚒️ Fixes # **⚙️ 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 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._ --- charts/{incubator => stable}/obs-ndi/.helmignore | 0 charts/{incubator => stable}/obs-ndi/CHANGELOG.md | 0 charts/{incubator => stable}/obs-ndi/Chart.yaml | 8 ++++---- charts/{incubator => stable}/obs-ndi/README.md | 0 charts/{incubator => stable}/obs-ndi/icon.png | Bin charts/{incubator => stable}/obs-ndi/questions.yaml | 2 +- .../obs-ndi/templates/common.yaml | 0 charts/{incubator => stable}/obs-ndi/values.yaml | 2 +- 8 files changed, 6 insertions(+), 6 deletions(-) rename charts/{incubator => stable}/obs-ndi/.helmignore (100%) rename charts/{incubator => stable}/obs-ndi/CHANGELOG.md (100%) rename charts/{incubator => stable}/obs-ndi/Chart.yaml (81%) rename charts/{incubator => stable}/obs-ndi/README.md (100%) rename charts/{incubator => stable}/obs-ndi/icon.png (100%) rename charts/{incubator => stable}/obs-ndi/questions.yaml (98%) rename charts/{incubator => stable}/obs-ndi/templates/common.yaml (100%) rename charts/{incubator => stable}/obs-ndi/values.yaml (96%) diff --git a/charts/incubator/obs-ndi/.helmignore b/charts/stable/obs-ndi/.helmignore similarity index 100% rename from charts/incubator/obs-ndi/.helmignore rename to charts/stable/obs-ndi/.helmignore diff --git a/charts/incubator/obs-ndi/CHANGELOG.md b/charts/stable/obs-ndi/CHANGELOG.md similarity index 100% rename from charts/incubator/obs-ndi/CHANGELOG.md rename to charts/stable/obs-ndi/CHANGELOG.md diff --git a/charts/incubator/obs-ndi/Chart.yaml b/charts/stable/obs-ndi/Chart.yaml similarity index 81% rename from charts/incubator/obs-ndi/Chart.yaml rename to charts/stable/obs-ndi/Chart.yaml index 2ea00d62629..f445a4b38fb 100644 --- a/charts/incubator/obs-ndi/Chart.yaml +++ b/charts/stable/obs-ndi/Chart.yaml @@ -3,10 +3,10 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.4 deprecated: false description: Docker Open Broadcaster Software (obs). -home: https://truecharts.org/charts/incubator/obs-ndi +home: https://truecharts.org/charts/stable/obs-ndi icon: https://truecharts.org/img/hotlink-ok/chart-icons/obs-ndi.png keywords: - obs-ndi @@ -21,10 +21,10 @@ maintainers: url: https://truecharts.org name: obs-ndi sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/obs-ndi + - https://github.com/truecharts/charts/tree/master/charts/stable/obs-ndi - https://github.com/patrickstigler/docker-obs-ndi type: application -version: 3.0.2 +version: 3.0.3 annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | diff --git a/charts/incubator/obs-ndi/README.md b/charts/stable/obs-ndi/README.md similarity index 100% rename from charts/incubator/obs-ndi/README.md rename to charts/stable/obs-ndi/README.md diff --git a/charts/incubator/obs-ndi/icon.png b/charts/stable/obs-ndi/icon.png similarity index 100% rename from charts/incubator/obs-ndi/icon.png rename to charts/stable/obs-ndi/icon.png diff --git a/charts/incubator/obs-ndi/questions.yaml b/charts/stable/obs-ndi/questions.yaml similarity index 98% rename from charts/incubator/obs-ndi/questions.yaml rename to charts/stable/obs-ndi/questions.yaml index 922d85533ba..00a250eb4cf 100644 --- a/charts/incubator/obs-ndi/questions.yaml +++ b/charts/stable/obs-ndi/questions.yaml @@ -17,7 +17,7 @@ questions: additional_attrs: true type: dict attrs: - - variable: VNC_PASSWD + - variable: VNC_PW label: "VNC Password to login" description: "Enter your VNC password to login" schema: diff --git a/charts/incubator/obs-ndi/templates/common.yaml b/charts/stable/obs-ndi/templates/common.yaml similarity index 100% rename from charts/incubator/obs-ndi/templates/common.yaml rename to charts/stable/obs-ndi/templates/common.yaml diff --git a/charts/incubator/obs-ndi/values.yaml b/charts/stable/obs-ndi/values.yaml similarity index 96% rename from charts/incubator/obs-ndi/values.yaml rename to charts/stable/obs-ndi/values.yaml index 935999226ab..5985cb27ee0 100644 --- a/charts/incubator/obs-ndi/values.yaml +++ b/charts/stable/obs-ndi/values.yaml @@ -28,7 +28,7 @@ workload: startup: type: tcp env: - VNC_PASSWD: "headless" + VNC_PW: "headless" service: main: ports: