From f6b39e55863530baf09c4e231e45d4140f8206d6 Mon Sep 17 00:00:00 2001 From: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> Date: Sun, 1 Dec 2024 11:47:45 -0500 Subject: [PATCH] feat(reubah) move reubah to stable (#29803) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Move chart 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 **🧪 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 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 - [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):` or `chore(chart-name):` **➕ 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}/reubah/.helmignore | 0 charts/{incubator => stable}/reubah/CHANGELOG.md | 0 charts/{incubator => stable}/reubah/Chart.yaml | 8 ++++---- charts/{incubator => stable}/reubah/README.md | 0 charts/{incubator => stable}/reubah/icon.webp | Bin .../reubah/templates/NOTES.txt | 0 .../reubah/templates/common.yaml | 0 charts/{incubator => stable}/reubah/values.yaml | 0 8 files changed, 4 insertions(+), 4 deletions(-) rename charts/{incubator => stable}/reubah/.helmignore (100%) rename charts/{incubator => stable}/reubah/CHANGELOG.md (100%) rename charts/{incubator => stable}/reubah/Chart.yaml (82%) rename charts/{incubator => stable}/reubah/README.md (100%) rename charts/{incubator => stable}/reubah/icon.webp (100%) rename charts/{incubator => stable}/reubah/templates/NOTES.txt (100%) rename charts/{incubator => stable}/reubah/templates/common.yaml (100%) rename charts/{incubator => stable}/reubah/values.yaml (100%) diff --git a/charts/incubator/reubah/.helmignore b/charts/stable/reubah/.helmignore similarity index 100% rename from charts/incubator/reubah/.helmignore rename to charts/stable/reubah/.helmignore diff --git a/charts/incubator/reubah/CHANGELOG.md b/charts/stable/reubah/CHANGELOG.md similarity index 100% rename from charts/incubator/reubah/CHANGELOG.md rename to charts/stable/reubah/CHANGELOG.md diff --git a/charts/incubator/reubah/Chart.yaml b/charts/stable/reubah/Chart.yaml similarity index 82% rename from charts/incubator/reubah/Chart.yaml rename to charts/stable/reubah/Chart.yaml index c441c414225..cf89bbd879d 100644 --- a/charts/incubator/reubah/Chart.yaml +++ b/charts/stable/reubah/Chart.yaml @@ -4,7 +4,7 @@ annotations: truecharts.org/category: media 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: main dependencies: @@ -17,7 +17,7 @@ dependencies: import-values: [] deprecated: false description: A web-based tool for processing images and converting documents with a simple interface. -home: https://truecharts.org/charts/incubator/reubah +home: https://truecharts.org/charts/stable/reubah icon: https://truecharts.org/img/hotlink-ok/chart-icons/reubah.webp keywords: - reubah @@ -30,7 +30,7 @@ maintainers: name: reubah sources: - https://ghcr.io/dendianugerah/reubah - - https://github.com/truecharts/charts/tree/master/charts/incubator/reubah + - https://github.com/truecharts/charts/tree/master/charts/stable/reubah - https://github.com/dendianugerah/reubah type: application -version: 0.0.1 +version: 1.0.0 diff --git a/charts/incubator/reubah/README.md b/charts/stable/reubah/README.md similarity index 100% rename from charts/incubator/reubah/README.md rename to charts/stable/reubah/README.md diff --git a/charts/incubator/reubah/icon.webp b/charts/stable/reubah/icon.webp similarity index 100% rename from charts/incubator/reubah/icon.webp rename to charts/stable/reubah/icon.webp diff --git a/charts/incubator/reubah/templates/NOTES.txt b/charts/stable/reubah/templates/NOTES.txt similarity index 100% rename from charts/incubator/reubah/templates/NOTES.txt rename to charts/stable/reubah/templates/NOTES.txt diff --git a/charts/incubator/reubah/templates/common.yaml b/charts/stable/reubah/templates/common.yaml similarity index 100% rename from charts/incubator/reubah/templates/common.yaml rename to charts/stable/reubah/templates/common.yaml diff --git a/charts/incubator/reubah/values.yaml b/charts/stable/reubah/values.yaml similarity index 100% rename from charts/incubator/reubah/values.yaml rename to charts/stable/reubah/values.yaml