From 8f424baed37ea40156ce0b67b2d8f5a40aa54638 Mon Sep 17 00:00:00 2001 From: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com> Date: Wed, 6 Dec 2023 06:36:07 -0500 Subject: [PATCH] feat(fireshare): Move to stable (#15786) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Another graduate after migrating to new common + testing ⚒️ 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 opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ 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}/fireshare/.helmignore | 0 charts/{incubator => stable}/fireshare/CHANGELOG.md | 0 charts/{incubator => stable}/fireshare/Chart.yaml | 6 +++--- charts/{incubator => stable}/fireshare/README.md | 0 charts/{incubator => stable}/fireshare/icon.png | Bin .../{incubator => stable}/fireshare/questions.yaml | 0 .../fireshare/templates/_secrets.tpl | 0 .../fireshare/templates/common.yaml | 0 charts/{incubator => stable}/fireshare/values.yaml | 0 9 files changed, 3 insertions(+), 3 deletions(-) rename charts/{incubator => stable}/fireshare/.helmignore (100%) rename charts/{incubator => stable}/fireshare/CHANGELOG.md (100%) rename charts/{incubator => stable}/fireshare/Chart.yaml (85%) rename charts/{incubator => stable}/fireshare/README.md (100%) rename charts/{incubator => stable}/fireshare/icon.png (100%) rename charts/{incubator => stable}/fireshare/questions.yaml (100%) rename charts/{incubator => stable}/fireshare/templates/_secrets.tpl (100%) rename charts/{incubator => stable}/fireshare/templates/common.yaml (100%) rename charts/{incubator => stable}/fireshare/values.yaml (100%) diff --git a/charts/incubator/fireshare/.helmignore b/charts/stable/fireshare/.helmignore similarity index 100% rename from charts/incubator/fireshare/.helmignore rename to charts/stable/fireshare/.helmignore diff --git a/charts/incubator/fireshare/CHANGELOG.md b/charts/stable/fireshare/CHANGELOG.md similarity index 100% rename from charts/incubator/fireshare/CHANGELOG.md rename to charts/stable/fireshare/CHANGELOG.md diff --git a/charts/incubator/fireshare/Chart.yaml b/charts/stable/fireshare/Chart.yaml similarity index 85% rename from charts/incubator/fireshare/Chart.yaml rename to charts/stable/fireshare/Chart.yaml index 3b2d530157f..fb202c6b1af 100644 --- a/charts/incubator/fireshare/Chart.yaml +++ b/charts/stable/fireshare/Chart.yaml @@ -1,15 +1,15 @@ kubeVersion: ">=1.24.0" apiVersion: v2 name: fireshare -version: 3.0.0 +version: 3.0.1 appVersion: 1.2.15 description: Share your game clips, videos, or other media via unique links. -home: https://truecharts.org/charts/incubator/fireshare +home: https://truecharts.org/charts/stable/fireshare icon: https://truecharts.org/img/hotlink-ok/chart-icons/fireshare.png deprecated: false sources: - https://github.com/ShaneIsrael/fireshare - - https://github.com/truecharts/charts/tree/master/charts/incubator/fireshare + - https://github.com/truecharts/charts/tree/master/charts/stable/fireshare - https://hub.docker.com/r/shaneisrael/fireshare maintainers: - name: TrueCharts diff --git a/charts/incubator/fireshare/README.md b/charts/stable/fireshare/README.md similarity index 100% rename from charts/incubator/fireshare/README.md rename to charts/stable/fireshare/README.md diff --git a/charts/incubator/fireshare/icon.png b/charts/stable/fireshare/icon.png similarity index 100% rename from charts/incubator/fireshare/icon.png rename to charts/stable/fireshare/icon.png diff --git a/charts/incubator/fireshare/questions.yaml b/charts/stable/fireshare/questions.yaml similarity index 100% rename from charts/incubator/fireshare/questions.yaml rename to charts/stable/fireshare/questions.yaml diff --git a/charts/incubator/fireshare/templates/_secrets.tpl b/charts/stable/fireshare/templates/_secrets.tpl similarity index 100% rename from charts/incubator/fireshare/templates/_secrets.tpl rename to charts/stable/fireshare/templates/_secrets.tpl diff --git a/charts/incubator/fireshare/templates/common.yaml b/charts/stable/fireshare/templates/common.yaml similarity index 100% rename from charts/incubator/fireshare/templates/common.yaml rename to charts/stable/fireshare/templates/common.yaml diff --git a/charts/incubator/fireshare/values.yaml b/charts/stable/fireshare/values.yaml similarity index 100% rename from charts/incubator/fireshare/values.yaml rename to charts/stable/fireshare/values.yaml