From e9e17bf3b77e91e3973084d605777724bac86749 Mon Sep 17 00:00:00 2001 From: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> Date: Thu, 31 Aug 2023 02:31:26 -0400 Subject: [PATCH] fix(tauticord) fix dupe variable (#12060) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** fix variable name ⚒️ Fixes # **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [X] 🪛 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._ --- .github/ct-install.yaml | 2 +- charts/stable/tauticord/Chart.yaml | 2 +- charts/stable/tauticord/questions.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ct-install.yaml b/.github/ct-install.yaml index edf3f6e78cc..204ae0f53c9 100644 --- a/.github/ct-install.yaml +++ b/.github/ct-install.yaml @@ -16,12 +16,12 @@ excluded-charts: - charts/incubator/midarr - charts/incubator/orbital-sync - charts/incubator/plex-meta-manager - - charts/incubator/tauticord - charts/library/common - charts/stable/alertmanager-bot - charts/stable/alertmanager-bot - charts/stable/alertmanager-discord - charts/stable/amcrest2mqtt + - charts/stable/tauticord - charts/stable/discordgsm - charts/stable/facebox - charts/stable/foundryvtt diff --git a/charts/stable/tauticord/Chart.yaml b/charts/stable/tauticord/Chart.yaml index 7a2850ee9f1..ff016fa067e 100644 --- a/charts/stable/tauticord/Chart.yaml +++ b/charts/stable/tauticord/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/tauticord - https://github.com/nwithan8/tauticord type: application -version: 0.0.5 +version: 0.0.6 annotations: truecharts.org/catagories: | - discord diff --git a/charts/stable/tauticord/questions.yaml b/charts/stable/tauticord/questions.yaml index 42f310b04a8..277f8ab0195 100644 --- a/charts/stable/tauticord/questions.yaml +++ b/charts/stable/tauticord/questions.yaml @@ -225,7 +225,7 @@ questions: schema: type: boolean default: false - - variable: stream_count_channel_id + - variable: stream_transcode_count_channel_id label: Stream Transcode Count Channel Id description: Optional ID of the Discord voice channel to display transcode count. schema: