From b3c8d67ed38ebf2f1ca6774ce9e237bd3a589caa Mon Sep 17 00:00:00 2001 From: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> Date: Sat, 9 Aug 2025 15:08:33 -0400 Subject: [PATCH] chore(spoolman) move spoolman to stable (#38129) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Moving spoolman to stable ⚒️ 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 - [ ] 📜 Documentation Changes **🧪 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 changes to the documentation - [ ] 🧪 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 - [X] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or `fix(docs):` **➕ 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/{incubator => stable}/spoolman/.helmignore | 0 charts/{incubator => stable}/spoolman/CHANGELOG.md | 0 charts/{incubator => stable}/spoolman/Chart.yaml | 9 ++++----- charts/{incubator => stable}/spoolman/README.md | 0 charts/{incubator => stable}/spoolman/icon.png | Bin .../spoolman/templates/NOTES.txt | 0 .../spoolman/templates/common.yaml | 0 charts/{incubator => stable}/spoolman/values.yaml | 0 8 files changed, 4 insertions(+), 5 deletions(-) rename charts/{incubator => stable}/spoolman/.helmignore (100%) rename charts/{incubator => stable}/spoolman/CHANGELOG.md (100%) rename charts/{incubator => stable}/spoolman/Chart.yaml (83%) rename charts/{incubator => stable}/spoolman/README.md (100%) rename charts/{incubator => stable}/spoolman/icon.png (100%) rename charts/{incubator => stable}/spoolman/templates/NOTES.txt (100%) rename charts/{incubator => stable}/spoolman/templates/common.yaml (100%) rename charts/{incubator => stable}/spoolman/values.yaml (100%) diff --git a/charts/incubator/spoolman/.helmignore b/charts/stable/spoolman/.helmignore similarity index 100% rename from charts/incubator/spoolman/.helmignore rename to charts/stable/spoolman/.helmignore diff --git a/charts/incubator/spoolman/CHANGELOG.md b/charts/stable/spoolman/CHANGELOG.md similarity index 100% rename from charts/incubator/spoolman/CHANGELOG.md rename to charts/stable/spoolman/CHANGELOG.md diff --git a/charts/incubator/spoolman/Chart.yaml b/charts/stable/spoolman/Chart.yaml similarity index 83% rename from charts/incubator/spoolman/Chart.yaml rename to charts/stable/spoolman/Chart.yaml index 038230ebf1c..7be3605ede3 100644 --- a/charts/incubator/spoolman/Chart.yaml +++ b/charts/stable/spoolman/Chart.yaml @@ -7,7 +7,7 @@ annotations: truecharts.org/category: inventory truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" - truecharts.org/train: incubator + truecharts.org/train: stable apiVersion: v2 appVersion: 0.22.1 dependencies: @@ -20,7 +20,7 @@ dependencies: import-values: [] deprecated: false description: Keep track of your inventory of 3D-printer filament spools. -home: https://truecharts.org/charts/incubator/spoolman +home: https://truecharts.org/charts/stable/spoolman icon: https://truecharts.org/img/hotlink-ok/chart-icons/spoolman.webp keywords: - spoolman @@ -34,7 +34,6 @@ name: spoolman sources: - https://ghcr.io/donkie/spoolman - https://github.com/Donkie/Spoolman - - https://github.com/truecharts/charts/tree/master/charts/incubator/spoolman + - https://github.com/truecharts/charts/tree/master/charts/stable/spoolman type: application -version: 0.1.1 - +version: 1.0.0 diff --git a/charts/incubator/spoolman/README.md b/charts/stable/spoolman/README.md similarity index 100% rename from charts/incubator/spoolman/README.md rename to charts/stable/spoolman/README.md diff --git a/charts/incubator/spoolman/icon.png b/charts/stable/spoolman/icon.png similarity index 100% rename from charts/incubator/spoolman/icon.png rename to charts/stable/spoolman/icon.png diff --git a/charts/incubator/spoolman/templates/NOTES.txt b/charts/stable/spoolman/templates/NOTES.txt similarity index 100% rename from charts/incubator/spoolman/templates/NOTES.txt rename to charts/stable/spoolman/templates/NOTES.txt diff --git a/charts/incubator/spoolman/templates/common.yaml b/charts/stable/spoolman/templates/common.yaml similarity index 100% rename from charts/incubator/spoolman/templates/common.yaml rename to charts/stable/spoolman/templates/common.yaml diff --git a/charts/incubator/spoolman/values.yaml b/charts/stable/spoolman/values.yaml similarity index 100% rename from charts/incubator/spoolman/values.yaml rename to charts/stable/spoolman/values.yaml