From 345933ee3b96bd71f6d80bb495cd29a5f85bba68 Mon Sep 17 00:00:00 2001 From: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> Date: Tue, 29 Aug 2023 12:43:40 -0400 Subject: [PATCH] feat(jellystat) move jellystat to stable (#11994) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Move jellystat to 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:** - [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._ --- charts/{incubator => stable}/jellystat/.helmignore | 0 charts/{incubator => stable}/jellystat/CHANGELOG.md | 0 charts/{incubator => stable}/jellystat/Chart.yaml | 8 ++++---- charts/{incubator => stable}/jellystat/README.md | 0 charts/{incubator => stable}/jellystat/icon.png | Bin .../{incubator => stable}/jellystat/questions.yaml | 0 .../jellystat/templates/NOTES.txt | 0 .../jellystat/templates/_secrets.tpl | 0 .../jellystat/templates/common.yaml | 0 charts/{incubator => stable}/jellystat/values.yaml | 0 10 files changed, 4 insertions(+), 4 deletions(-) rename charts/{incubator => stable}/jellystat/.helmignore (100%) rename charts/{incubator => stable}/jellystat/CHANGELOG.md (100%) rename charts/{incubator => stable}/jellystat/Chart.yaml (78%) rename charts/{incubator => stable}/jellystat/README.md (100%) rename charts/{incubator => stable}/jellystat/icon.png (100%) rename charts/{incubator => stable}/jellystat/questions.yaml (100%) rename charts/{incubator => stable}/jellystat/templates/NOTES.txt (100%) rename charts/{incubator => stable}/jellystat/templates/_secrets.tpl (100%) rename charts/{incubator => stable}/jellystat/templates/common.yaml (100%) rename charts/{incubator => stable}/jellystat/values.yaml (100%) diff --git a/charts/incubator/jellystat/.helmignore b/charts/stable/jellystat/.helmignore similarity index 100% rename from charts/incubator/jellystat/.helmignore rename to charts/stable/jellystat/.helmignore diff --git a/charts/incubator/jellystat/CHANGELOG.md b/charts/stable/jellystat/CHANGELOG.md similarity index 100% rename from charts/incubator/jellystat/CHANGELOG.md rename to charts/stable/jellystat/CHANGELOG.md diff --git a/charts/incubator/jellystat/Chart.yaml b/charts/stable/jellystat/Chart.yaml similarity index 78% rename from charts/incubator/jellystat/Chart.yaml rename to charts/stable/jellystat/Chart.yaml index 327a0ef981c..e651a09de3d 100644 --- a/charts/incubator/jellystat/Chart.yaml +++ b/charts/stable/jellystat/Chart.yaml @@ -3,10 +3,10 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.3 deprecated: false description: A free and open source Statistics App for Jellyfin. -home: https://truecharts.org/charts/incubator/jellystat +home: https://truecharts.org/charts/stable/jellystat icon: https://truecharts.org/img/hotlink-ok/chart-icons/jellystat.png keywords: - jellystat @@ -18,10 +18,10 @@ maintainers: url: https://truecharts.org name: jellystat sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/jellystat + - https://github.com/truecharts/charts/tree/master/charts/stable/jellystat - https://github.com/CyferShepard/Jellystat type: application -version: 0.0.1 +version: 0.0.2 annotations: truecharts.org/catagories: | - statistics diff --git a/charts/incubator/jellystat/README.md b/charts/stable/jellystat/README.md similarity index 100% rename from charts/incubator/jellystat/README.md rename to charts/stable/jellystat/README.md diff --git a/charts/incubator/jellystat/icon.png b/charts/stable/jellystat/icon.png similarity index 100% rename from charts/incubator/jellystat/icon.png rename to charts/stable/jellystat/icon.png diff --git a/charts/incubator/jellystat/questions.yaml b/charts/stable/jellystat/questions.yaml similarity index 100% rename from charts/incubator/jellystat/questions.yaml rename to charts/stable/jellystat/questions.yaml diff --git a/charts/incubator/jellystat/templates/NOTES.txt b/charts/stable/jellystat/templates/NOTES.txt similarity index 100% rename from charts/incubator/jellystat/templates/NOTES.txt rename to charts/stable/jellystat/templates/NOTES.txt diff --git a/charts/incubator/jellystat/templates/_secrets.tpl b/charts/stable/jellystat/templates/_secrets.tpl similarity index 100% rename from charts/incubator/jellystat/templates/_secrets.tpl rename to charts/stable/jellystat/templates/_secrets.tpl diff --git a/charts/incubator/jellystat/templates/common.yaml b/charts/stable/jellystat/templates/common.yaml similarity index 100% rename from charts/incubator/jellystat/templates/common.yaml rename to charts/stable/jellystat/templates/common.yaml diff --git a/charts/incubator/jellystat/values.yaml b/charts/stable/jellystat/values.yaml similarity index 100% rename from charts/incubator/jellystat/values.yaml rename to charts/stable/jellystat/values.yaml