From d9cbcd8cbbb0e1d6753db3735da8d35527266c07 Mon Sep 17 00:00:00 2001 From: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com> Date: Sat, 10 Feb 2024 11:24:18 -0500 Subject: [PATCH] feat(changedetection-io): Move to Stable (#18010) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Tested and works, let's keep incubator nice and tight lol ⚒️ Fixes # **⚙️ Type of change** - [ ] ⚙️ 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?** **📃 Notes:** **✔️ Checklist:** - [ ] ⚖️ 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 corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ 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 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._ --- .../changedetection-io/.helmignore | 0 .../changedetection-io/CHANGELOG.md | 0 .../changedetection-io/Chart.yaml | 8 ++++---- .../changedetection-io/README.md | 0 .../changedetection-io/icon.png | Bin .../changedetection-io/questions.yaml | 0 .../changedetection-io/templates/NOTES.txt | 0 .../changedetection-io/templates/common.yaml | 0 .../changedetection-io/values.yaml | 0 9 files changed, 4 insertions(+), 4 deletions(-) rename charts/{incubator => stable}/changedetection-io/.helmignore (100%) rename charts/{incubator => stable}/changedetection-io/CHANGELOG.md (100%) rename charts/{incubator => stable}/changedetection-io/Chart.yaml (83%) rename charts/{incubator => stable}/changedetection-io/README.md (100%) rename charts/{incubator => stable}/changedetection-io/icon.png (100%) rename charts/{incubator => stable}/changedetection-io/questions.yaml (100%) rename charts/{incubator => stable}/changedetection-io/templates/NOTES.txt (100%) rename charts/{incubator => stable}/changedetection-io/templates/common.yaml (100%) rename charts/{incubator => stable}/changedetection-io/values.yaml (100%) diff --git a/charts/incubator/changedetection-io/.helmignore b/charts/stable/changedetection-io/.helmignore similarity index 100% rename from charts/incubator/changedetection-io/.helmignore rename to charts/stable/changedetection-io/.helmignore diff --git a/charts/incubator/changedetection-io/CHANGELOG.md b/charts/stable/changedetection-io/CHANGELOG.md similarity index 100% rename from charts/incubator/changedetection-io/CHANGELOG.md rename to charts/stable/changedetection-io/CHANGELOG.md diff --git a/charts/incubator/changedetection-io/Chart.yaml b/charts/stable/changedetection-io/Chart.yaml similarity index 83% rename from charts/incubator/changedetection-io/Chart.yaml rename to charts/stable/changedetection-io/Chart.yaml index 4f980f7b3c8..e68d365ea5a 100644 --- a/charts/incubator/changedetection-io/Chart.yaml +++ b/charts/stable/changedetection-io/Chart.yaml @@ -5,7 +5,7 @@ annotations: truecharts.org/category: media truecharts.org/max_helm_version: "3.14" truecharts.org/min_helm_version: "3.12" - truecharts.org/train: incubator + truecharts.org/train: stable apiVersion: v2 appVersion: 0.45.14 dependencies: @@ -18,7 +18,7 @@ dependencies: import-values: [] deprecated: false description: The best and simplest free open source website change detection, website watcher, restock monitor and notification service -home: https://truecharts.org/charts/incubator/changedetection-io +home: https://truecharts.org/charts/stable/changedetection-io icon: https://truecharts.org/img/hotlink-ok/chart-icons/changedetection-io.png keywords: - monitoring @@ -33,7 +33,7 @@ name: changedetection-io sources: - https://github.com/dgtlmoon/changedetection.io/tree/master - https://changedetection.io/ - - https://github.com/truecharts/charts/tree/master/charts/incubator/changedetection-io + - https://github.com/truecharts/charts/tree/master/charts/stable/changedetection-io - https://ghcr.io/dgtlmoon/changedetection.io type: application -version: 0.0.1 +version: 1.0.0 diff --git a/charts/incubator/changedetection-io/README.md b/charts/stable/changedetection-io/README.md similarity index 100% rename from charts/incubator/changedetection-io/README.md rename to charts/stable/changedetection-io/README.md diff --git a/charts/incubator/changedetection-io/icon.png b/charts/stable/changedetection-io/icon.png similarity index 100% rename from charts/incubator/changedetection-io/icon.png rename to charts/stable/changedetection-io/icon.png diff --git a/charts/incubator/changedetection-io/questions.yaml b/charts/stable/changedetection-io/questions.yaml similarity index 100% rename from charts/incubator/changedetection-io/questions.yaml rename to charts/stable/changedetection-io/questions.yaml diff --git a/charts/incubator/changedetection-io/templates/NOTES.txt b/charts/stable/changedetection-io/templates/NOTES.txt similarity index 100% rename from charts/incubator/changedetection-io/templates/NOTES.txt rename to charts/stable/changedetection-io/templates/NOTES.txt diff --git a/charts/incubator/changedetection-io/templates/common.yaml b/charts/stable/changedetection-io/templates/common.yaml similarity index 100% rename from charts/incubator/changedetection-io/templates/common.yaml rename to charts/stable/changedetection-io/templates/common.yaml diff --git a/charts/incubator/changedetection-io/values.yaml b/charts/stable/changedetection-io/values.yaml similarity index 100% rename from charts/incubator/changedetection-io/values.yaml rename to charts/stable/changedetection-io/values.yaml