From 34d8f078e4f814f2a9c51823d50ac3cc9729ed91 Mon Sep 17 00:00:00 2001 From: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> Date: Mon, 7 Apr 2025 02:56:53 -0400 Subject: [PATCH] chore(profilarr) move profilarr to stable (#34037) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Configuration management tool for Radarr/Sonarr that automates importing and version control of custom formats and quality profiles. Moving 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}/profilarr/.helmignore | 0 charts/{incubator => stable}/profilarr/CHANGELOG.md | 0 charts/{incubator => stable}/profilarr/Chart.yaml | 8 ++++---- charts/{incubator => stable}/profilarr/README.md | 0 .../{incubator => stable}/profilarr/icon-small.webp | Bin charts/{incubator => stable}/profilarr/icon.webp | Bin .../profilarr/templates/NOTES.txt | 0 .../profilarr/templates/common.yaml | 0 charts/{incubator => stable}/profilarr/values.yaml | 0 9 files changed, 4 insertions(+), 4 deletions(-) rename charts/{incubator => stable}/profilarr/.helmignore (100%) rename charts/{incubator => stable}/profilarr/CHANGELOG.md (100%) rename charts/{incubator => stable}/profilarr/Chart.yaml (83%) rename charts/{incubator => stable}/profilarr/README.md (100%) rename charts/{incubator => stable}/profilarr/icon-small.webp (100%) rename charts/{incubator => stable}/profilarr/icon.webp (100%) rename charts/{incubator => stable}/profilarr/templates/NOTES.txt (100%) rename charts/{incubator => stable}/profilarr/templates/common.yaml (100%) rename charts/{incubator => stable}/profilarr/values.yaml (100%) diff --git a/charts/incubator/profilarr/.helmignore b/charts/stable/profilarr/.helmignore similarity index 100% rename from charts/incubator/profilarr/.helmignore rename to charts/stable/profilarr/.helmignore diff --git a/charts/incubator/profilarr/CHANGELOG.md b/charts/stable/profilarr/CHANGELOG.md similarity index 100% rename from charts/incubator/profilarr/CHANGELOG.md rename to charts/stable/profilarr/CHANGELOG.md diff --git a/charts/incubator/profilarr/Chart.yaml b/charts/stable/profilarr/Chart.yaml similarity index 83% rename from charts/incubator/profilarr/Chart.yaml rename to charts/stable/profilarr/Chart.yaml index 41e671a7834..a4b9539b3b8 100644 --- a/charts/incubator/profilarr/Chart.yaml +++ b/charts/stable/profilarr/Chart.yaml @@ -4,7 +4,7 @@ annotations: truecharts.org/category: Tools-Utilities truecharts.org/max_helm_version: "3.15" truecharts.org/min_helm_version: "3.11" - truecharts.org/train: incubator + truecharts.org/train: stable apiVersion: v2 appVersion: 1.0.1 dependencies: @@ -17,7 +17,7 @@ dependencies: import-values: [] deprecated: false description: Configuration management tool for Radarr/Sonarr that automates importing and version control of custom formats and quality profiles. -home: https://truecharts.org/charts/incubator/profilarr +home: https://truecharts.org/charts/stable/profilarr icon: https://truecharts.org/img/hotlink-ok/chart-icons/profilarr.webp keywords: - profilarr @@ -30,7 +30,7 @@ maintainers: name: profilarr sources: - https://github.com/Dictionarry-Hub/profilarr - - https://github.com/truecharts/charts/tree/master/charts/incubator/profilarr + - https://github.com/truecharts/charts/tree/master/charts/stable/profilarr - https://hub.docker.com/r/santiagosayshey/profilarr type: application -version: 0.0.1 +version: 1.0.0 diff --git a/charts/incubator/profilarr/README.md b/charts/stable/profilarr/README.md similarity index 100% rename from charts/incubator/profilarr/README.md rename to charts/stable/profilarr/README.md diff --git a/charts/incubator/profilarr/icon-small.webp b/charts/stable/profilarr/icon-small.webp similarity index 100% rename from charts/incubator/profilarr/icon-small.webp rename to charts/stable/profilarr/icon-small.webp diff --git a/charts/incubator/profilarr/icon.webp b/charts/stable/profilarr/icon.webp similarity index 100% rename from charts/incubator/profilarr/icon.webp rename to charts/stable/profilarr/icon.webp diff --git a/charts/incubator/profilarr/templates/NOTES.txt b/charts/stable/profilarr/templates/NOTES.txt similarity index 100% rename from charts/incubator/profilarr/templates/NOTES.txt rename to charts/stable/profilarr/templates/NOTES.txt diff --git a/charts/incubator/profilarr/templates/common.yaml b/charts/stable/profilarr/templates/common.yaml similarity index 100% rename from charts/incubator/profilarr/templates/common.yaml rename to charts/stable/profilarr/templates/common.yaml diff --git a/charts/incubator/profilarr/values.yaml b/charts/stable/profilarr/values.yaml similarity index 100% rename from charts/incubator/profilarr/values.yaml rename to charts/stable/profilarr/values.yaml