From 8743c0b11f033756fd1781470fb22f5ea17d682f Mon Sep 17 00:00:00 2001 From: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com> Date: Sat, 3 Feb 2024 05:30:55 -0500 Subject: [PATCH] feat(fogproject): Move to unstable (#17793) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Upstream is old, unmaintained, and not an official repo, so best to move this to unstable and fix it if they do upstream ⚒️ Resolves #17521 **⚙️ 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._ --- charts/{stable => unstable}/fogproject/.helmignore | 0 charts/{stable => unstable}/fogproject/CHANGELOG.md | 0 charts/{stable => unstable}/fogproject/Chart.yaml | 6 +++--- charts/{stable => unstable}/fogproject/README.md | 0 charts/{stable => unstable}/fogproject/icon.png | Bin .../{stable => unstable}/fogproject/questions.yaml | 0 .../fogproject/templates/common.yaml | 0 charts/{stable => unstable}/fogproject/values.yaml | 0 8 files changed, 3 insertions(+), 3 deletions(-) rename charts/{stable => unstable}/fogproject/.helmignore (100%) rename charts/{stable => unstable}/fogproject/CHANGELOG.md (100%) rename charts/{stable => unstable}/fogproject/Chart.yaml (86%) rename charts/{stable => unstable}/fogproject/README.md (100%) rename charts/{stable => unstable}/fogproject/icon.png (100%) rename charts/{stable => unstable}/fogproject/questions.yaml (100%) rename charts/{stable => unstable}/fogproject/templates/common.yaml (100%) rename charts/{stable => unstable}/fogproject/values.yaml (100%) diff --git a/charts/stable/fogproject/.helmignore b/charts/unstable/fogproject/.helmignore similarity index 100% rename from charts/stable/fogproject/.helmignore rename to charts/unstable/fogproject/.helmignore diff --git a/charts/stable/fogproject/CHANGELOG.md b/charts/unstable/fogproject/CHANGELOG.md similarity index 100% rename from charts/stable/fogproject/CHANGELOG.md rename to charts/unstable/fogproject/CHANGELOG.md diff --git a/charts/stable/fogproject/Chart.yaml b/charts/unstable/fogproject/Chart.yaml similarity index 86% rename from charts/stable/fogproject/Chart.yaml rename to charts/unstable/fogproject/Chart.yaml index 5ef80e1d5a1..d65f3e0dbee 100644 --- a/charts/stable/fogproject/Chart.yaml +++ b/charts/unstable/fogproject/Chart.yaml @@ -18,7 +18,7 @@ dependencies: import-values: [] deprecated: false description: FOG Project can capture, deploy, and manage Windows, Mac OSX, and various Linux distributions. -home: https://truecharts.org/charts/stable/fogproject +home: https://truecharts.org/charts/unstable/fogproject icon: https://truecharts.org/img/hotlink-ok/chart-icons/fogproject.png keywords: - fogproject @@ -32,7 +32,7 @@ maintainers: name: fogproject sources: - https://github.com/redvex2460/fogproject - - https://github.com/truecharts/charts/tree/master/charts/stable/fogproject + - https://github.com/truecharts/charts/tree/master/uncharts/stable/fogproject - https://hub.docker.com/r/redvex2460/fogproject type: application -version: 4.1.10 +version: 4.1.11 diff --git a/charts/stable/fogproject/README.md b/charts/unstable/fogproject/README.md similarity index 100% rename from charts/stable/fogproject/README.md rename to charts/unstable/fogproject/README.md diff --git a/charts/stable/fogproject/icon.png b/charts/unstable/fogproject/icon.png similarity index 100% rename from charts/stable/fogproject/icon.png rename to charts/unstable/fogproject/icon.png diff --git a/charts/stable/fogproject/questions.yaml b/charts/unstable/fogproject/questions.yaml similarity index 100% rename from charts/stable/fogproject/questions.yaml rename to charts/unstable/fogproject/questions.yaml diff --git a/charts/stable/fogproject/templates/common.yaml b/charts/unstable/fogproject/templates/common.yaml similarity index 100% rename from charts/stable/fogproject/templates/common.yaml rename to charts/unstable/fogproject/templates/common.yaml diff --git a/charts/stable/fogproject/values.yaml b/charts/unstable/fogproject/values.yaml similarity index 100% rename from charts/stable/fogproject/values.yaml rename to charts/unstable/fogproject/values.yaml