From b26d706d480bd8537c57d7cb91867a8c59299955 Mon Sep 17 00:00:00 2001 From: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> Date: Sun, 27 Jul 2025 14:45:24 -0400 Subject: [PATCH] chore(calendarr) move calendarr to stable (#37706) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** move chart from incubator to stable what does this chart do? > Fetches upcoming airings/releases for TV shows and movies from Sonarr and Radarr calendars and posts them to Discord on a schedule. ⚒️ 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 - [ ] 👀 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}/calendarr/.helmignore | 0 charts/{incubator => stable}/calendarr/CHANGELOG.md | 0 charts/{incubator => stable}/calendarr/Chart.yaml | 9 ++++----- charts/{incubator => stable}/calendarr/README.md | 0 .../{incubator => stable}/calendarr/templates/NOTES.txt | 0 .../calendarr/templates/common.yaml | 0 charts/{incubator => stable}/calendarr/values.yaml | 0 7 files changed, 4 insertions(+), 5 deletions(-) rename charts/{incubator => stable}/calendarr/.helmignore (100%) rename charts/{incubator => stable}/calendarr/CHANGELOG.md (100%) rename charts/{incubator => stable}/calendarr/Chart.yaml (84%) rename charts/{incubator => stable}/calendarr/README.md (100%) rename charts/{incubator => stable}/calendarr/templates/NOTES.txt (100%) rename charts/{incubator => stable}/calendarr/templates/common.yaml (100%) rename charts/{incubator => stable}/calendarr/values.yaml (100%) diff --git a/charts/incubator/calendarr/.helmignore b/charts/stable/calendarr/.helmignore similarity index 100% rename from charts/incubator/calendarr/.helmignore rename to charts/stable/calendarr/.helmignore diff --git a/charts/incubator/calendarr/CHANGELOG.md b/charts/stable/calendarr/CHANGELOG.md similarity index 100% rename from charts/incubator/calendarr/CHANGELOG.md rename to charts/stable/calendarr/CHANGELOG.md diff --git a/charts/incubator/calendarr/Chart.yaml b/charts/stable/calendarr/Chart.yaml similarity index 84% rename from charts/incubator/calendarr/Chart.yaml rename to charts/stable/calendarr/Chart.yaml index 8b7ab6526c2..e0446fddbca 100644 --- a/charts/incubator/calendarr/Chart.yaml +++ b/charts/stable/calendarr/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: latest dependencies: @@ -20,7 +20,7 @@ dependencies: import-values: [] deprecated: false description: Fetches upcoming airings/releases for TV shows and movies from Sonarr and Radarr calendars and posts them to Discord on a schedule. -home: https://truecharts.org/charts/incubator/calendarr +home: https://truecharts.org/charts/stable/calendarr icon: https://truecharts.org/img/hotlink-ok/chart-icons/calendarr.webp keywords: - calendarr @@ -35,7 +35,6 @@ name: calendarr sources: - https://ghcr.io/jordanlambrecht/calendarr - https://github.com/jordanlambrecht/calendarr - - https://github.com/truecharts/charts/tree/master/charts/incubator/calendarr + - https://github.com/truecharts/charts/tree/master/charts/stable/calendarr type: application -version: 0.0.1 - +version: 1.0.0 diff --git a/charts/incubator/calendarr/README.md b/charts/stable/calendarr/README.md similarity index 100% rename from charts/incubator/calendarr/README.md rename to charts/stable/calendarr/README.md diff --git a/charts/incubator/calendarr/templates/NOTES.txt b/charts/stable/calendarr/templates/NOTES.txt similarity index 100% rename from charts/incubator/calendarr/templates/NOTES.txt rename to charts/stable/calendarr/templates/NOTES.txt diff --git a/charts/incubator/calendarr/templates/common.yaml b/charts/stable/calendarr/templates/common.yaml similarity index 100% rename from charts/incubator/calendarr/templates/common.yaml rename to charts/stable/calendarr/templates/common.yaml diff --git a/charts/incubator/calendarr/values.yaml b/charts/stable/calendarr/values.yaml similarity index 100% rename from charts/incubator/calendarr/values.yaml rename to charts/stable/calendarr/values.yaml