From 746370bdbe24c47ced5778da0e316b5aca5cf320 Mon Sep 17 00:00:00 2001 From: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> Date: Thu, 11 Sep 2025 16:01:57 -0400 Subject: [PATCH] chore(agregarr) move agregarr to stable (#39421) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** move agregarr 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}/agregarr/.helmignore | 0 charts/{incubator => stable}/agregarr/CHANGELOG.md | 0 charts/{incubator => stable}/agregarr/Chart.yaml | 8 ++++---- charts/{incubator => stable}/agregarr/README.md | 0 charts/{incubator => stable}/agregarr/icon.webp | Bin .../agregarr/templates/NOTES.txt | 0 .../agregarr/templates/common.yaml | 0 charts/{incubator => stable}/agregarr/values.yaml | 0 8 files changed, 4 insertions(+), 4 deletions(-) rename charts/{incubator => stable}/agregarr/.helmignore (100%) rename charts/{incubator => stable}/agregarr/CHANGELOG.md (100%) rename charts/{incubator => stable}/agregarr/Chart.yaml (82%) rename charts/{incubator => stable}/agregarr/README.md (100%) rename charts/{incubator => stable}/agregarr/icon.webp (100%) rename charts/{incubator => stable}/agregarr/templates/NOTES.txt (100%) rename charts/{incubator => stable}/agregarr/templates/common.yaml (100%) rename charts/{incubator => stable}/agregarr/values.yaml (100%) diff --git a/charts/incubator/agregarr/.helmignore b/charts/stable/agregarr/.helmignore similarity index 100% rename from charts/incubator/agregarr/.helmignore rename to charts/stable/agregarr/.helmignore diff --git a/charts/incubator/agregarr/CHANGELOG.md b/charts/stable/agregarr/CHANGELOG.md similarity index 100% rename from charts/incubator/agregarr/CHANGELOG.md rename to charts/stable/agregarr/CHANGELOG.md diff --git a/charts/incubator/agregarr/Chart.yaml b/charts/stable/agregarr/Chart.yaml similarity index 82% rename from charts/incubator/agregarr/Chart.yaml rename to charts/stable/agregarr/Chart.yaml index 05bc6be5910..0fd95472218 100644 --- a/charts/incubator/agregarr/Chart.yaml +++ b/charts/stable/agregarr/Chart.yaml @@ -7,7 +7,7 @@ annotations: truecharts.org/category: media 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: 1.2.2 dependencies: @@ -20,7 +20,7 @@ dependencies: import-values: [] deprecated: false description: Home and Collection manager for Plex. -home: https://truecharts.org/charts/incubator/agregarr +home: https://truecharts.org/charts/stable/agregarr icon: https://truecharts.org/img/hotlink-ok/chart-icons/agregarr.webp keywords: - agregarr @@ -33,7 +33,7 @@ name: agregarr sources: - https://ghcr.io/agregarr/agregarr - https://github.com/agregarr/agregarr - - https://github.com/truecharts/charts/tree/master/charts/incubator/agregarr + - https://github.com/truecharts/charts/tree/master/charts/stable/agregarr type: application -version: 0.0.1 +version: 1.0.0 diff --git a/charts/incubator/agregarr/README.md b/charts/stable/agregarr/README.md similarity index 100% rename from charts/incubator/agregarr/README.md rename to charts/stable/agregarr/README.md diff --git a/charts/incubator/agregarr/icon.webp b/charts/stable/agregarr/icon.webp similarity index 100% rename from charts/incubator/agregarr/icon.webp rename to charts/stable/agregarr/icon.webp diff --git a/charts/incubator/agregarr/templates/NOTES.txt b/charts/stable/agregarr/templates/NOTES.txt similarity index 100% rename from charts/incubator/agregarr/templates/NOTES.txt rename to charts/stable/agregarr/templates/NOTES.txt diff --git a/charts/incubator/agregarr/templates/common.yaml b/charts/stable/agregarr/templates/common.yaml similarity index 100% rename from charts/incubator/agregarr/templates/common.yaml rename to charts/stable/agregarr/templates/common.yaml diff --git a/charts/incubator/agregarr/values.yaml b/charts/stable/agregarr/values.yaml similarity index 100% rename from charts/incubator/agregarr/values.yaml rename to charts/stable/agregarr/values.yaml