From 5601aaca5cf15dad7724a82a39a2dcc7782bd28d Mon Sep 17 00:00:00 2001 From: MaverickD650 <92877124+MaverickD650@users.noreply.github.com> Date: Tue, 21 Nov 2023 15:40:59 +0000 Subject: [PATCH] feat(wallos): move to stable (#15222) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Move Wallos to stable after successful install and testing. ⚒️ 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?** Installed on TrueNAS Scale and used the basic features of the app. App installed successfully on default options and functions operate as intended. **📃 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 - [X] ⚠️ 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}/wallos/.helmignore | 0 charts/{incubator => stable}/wallos/CHANGELOG.md | 0 charts/{incubator => stable}/wallos/Chart.yaml | 6 +++--- charts/{incubator => stable}/wallos/README.md | 0 charts/{incubator => stable}/wallos/icon.png | Bin charts/{incubator => stable}/wallos/questions.yaml | 0 .../wallos/templates/NOTES.txt | 0 .../wallos/templates/common.yaml | 0 charts/{incubator => stable}/wallos/values.yaml | 0 9 files changed, 3 insertions(+), 3 deletions(-) rename charts/{incubator => stable}/wallos/.helmignore (100%) rename charts/{incubator => stable}/wallos/CHANGELOG.md (100%) rename charts/{incubator => stable}/wallos/Chart.yaml (79%) rename charts/{incubator => stable}/wallos/README.md (100%) rename charts/{incubator => stable}/wallos/icon.png (100%) rename charts/{incubator => stable}/wallos/questions.yaml (100%) rename charts/{incubator => stable}/wallos/templates/NOTES.txt (100%) rename charts/{incubator => stable}/wallos/templates/common.yaml (100%) rename charts/{incubator => stable}/wallos/values.yaml (100%) diff --git a/charts/incubator/wallos/.helmignore b/charts/stable/wallos/.helmignore similarity index 100% rename from charts/incubator/wallos/.helmignore rename to charts/stable/wallos/.helmignore diff --git a/charts/incubator/wallos/CHANGELOG.md b/charts/stable/wallos/CHANGELOG.md similarity index 100% rename from charts/incubator/wallos/CHANGELOG.md rename to charts/stable/wallos/CHANGELOG.md diff --git a/charts/incubator/wallos/Chart.yaml b/charts/stable/wallos/Chart.yaml similarity index 79% rename from charts/incubator/wallos/Chart.yaml rename to charts/stable/wallos/Chart.yaml index b6a6e269195..fbe22d2cfe9 100644 --- a/charts/incubator/wallos/Chart.yaml +++ b/charts/stable/wallos/Chart.yaml @@ -5,7 +5,7 @@ dependencies: repository: https://library-charts.truecharts.org version: 15.0.1 description: Wallos - Self Hosted Subscription tracker -home: https://truecharts.org/charts/incubator/wallos +home: https://truecharts.org/charts/stable/wallos icon: https://truecharts.org/img/hotlink-ok/chart-icons/wallos.png keywords: - dashboard @@ -16,9 +16,9 @@ maintainers: url: https://truecharts.org name: wallos sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/wallos + - https://github.com/truecharts/charts/tree/master/charts/stable/wallos - https://github.com/ellite/Wallos -version: 0.0.3 +version: 1.0.0 annotations: truecharts.org/category: media truecharts.org/SCALE-support: "true" diff --git a/charts/incubator/wallos/README.md b/charts/stable/wallos/README.md similarity index 100% rename from charts/incubator/wallos/README.md rename to charts/stable/wallos/README.md diff --git a/charts/incubator/wallos/icon.png b/charts/stable/wallos/icon.png similarity index 100% rename from charts/incubator/wallos/icon.png rename to charts/stable/wallos/icon.png diff --git a/charts/incubator/wallos/questions.yaml b/charts/stable/wallos/questions.yaml similarity index 100% rename from charts/incubator/wallos/questions.yaml rename to charts/stable/wallos/questions.yaml diff --git a/charts/incubator/wallos/templates/NOTES.txt b/charts/stable/wallos/templates/NOTES.txt similarity index 100% rename from charts/incubator/wallos/templates/NOTES.txt rename to charts/stable/wallos/templates/NOTES.txt diff --git a/charts/incubator/wallos/templates/common.yaml b/charts/stable/wallos/templates/common.yaml similarity index 100% rename from charts/incubator/wallos/templates/common.yaml rename to charts/stable/wallos/templates/common.yaml diff --git a/charts/incubator/wallos/values.yaml b/charts/stable/wallos/values.yaml similarity index 100% rename from charts/incubator/wallos/values.yaml rename to charts/stable/wallos/values.yaml