From b9fc8613021401caaf9b9ffa4114a66f6a050d3d Mon Sep 17 00:00:00 2001 From: Ac1dburn Date: Wed, 22 Nov 2023 16:45:25 -0500 Subject: [PATCH] feat(rtorrent-rutorrent) move to stable (#15276) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Moving rutorrent to stable **Description** ⚒️ 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._ --- .../rtorrent-rutorrent/.helmignore | 0 .../rtorrent-rutorrent/CHANGELOG.md | 0 .../rtorrent-rutorrent/Chart.yaml | 8 ++++---- .../rtorrent-rutorrent/LICENSE | 0 .../rtorrent-rutorrent/README.md | 0 .../rtorrent-rutorrent/icon.png | Bin .../rtorrent-rutorrent/questions.yaml | 0 .../rtorrent-rutorrent/templates/NOTES.txt | 0 .../rtorrent-rutorrent/templates/common.yaml | 0 .../rtorrent-rutorrent/values.yaml | 0 10 files changed, 4 insertions(+), 4 deletions(-) rename charts/{incubator => stable}/rtorrent-rutorrent/.helmignore (100%) rename charts/{incubator => stable}/rtorrent-rutorrent/CHANGELOG.md (100%) rename charts/{incubator => stable}/rtorrent-rutorrent/Chart.yaml (73%) rename charts/{incubator => stable}/rtorrent-rutorrent/LICENSE (100%) rename charts/{incubator => stable}/rtorrent-rutorrent/README.md (100%) rename charts/{incubator => stable}/rtorrent-rutorrent/icon.png (100%) rename charts/{incubator => stable}/rtorrent-rutorrent/questions.yaml (100%) rename charts/{incubator => stable}/rtorrent-rutorrent/templates/NOTES.txt (100%) rename charts/{incubator => stable}/rtorrent-rutorrent/templates/common.yaml (100%) rename charts/{incubator => stable}/rtorrent-rutorrent/values.yaml (100%) diff --git a/charts/incubator/rtorrent-rutorrent/.helmignore b/charts/stable/rtorrent-rutorrent/.helmignore similarity index 100% rename from charts/incubator/rtorrent-rutorrent/.helmignore rename to charts/stable/rtorrent-rutorrent/.helmignore diff --git a/charts/incubator/rtorrent-rutorrent/CHANGELOG.md b/charts/stable/rtorrent-rutorrent/CHANGELOG.md similarity index 100% rename from charts/incubator/rtorrent-rutorrent/CHANGELOG.md rename to charts/stable/rtorrent-rutorrent/CHANGELOG.md diff --git a/charts/incubator/rtorrent-rutorrent/Chart.yaml b/charts/stable/rtorrent-rutorrent/Chart.yaml similarity index 73% rename from charts/incubator/rtorrent-rutorrent/Chart.yaml rename to charts/stable/rtorrent-rutorrent/Chart.yaml index 09d85a68ec5..55087eae5a3 100644 --- a/charts/incubator/rtorrent-rutorrent/Chart.yaml +++ b/charts/stable/rtorrent-rutorrent/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 14.3.5 deprecated: false description: rTorrent and ruTorrent chart. -home: https://truecharts.org/charts/incubator/rtorrent-rutorrent +home: https://truecharts.org/charts/stable/rtorrent-rutorrent icon: https://truecharts.org/img/hotlink-ok/chart-icons/rtorrent-rutorrent.png keywords: - rutorrent @@ -18,11 +18,11 @@ maintainers: url: https://truecharts.org name: rtorrent-rutorrent sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/rtorrent-rutorrent - - https://truecharts.org/charts/incubator/rtorrent-rutorrent + - https://github.com/truecharts/charts/tree/master/charts/stable/rtorrent-rutorrent + - https://truecharts.org/charts/stable/rtorrent-rutorrent - https://github.com/crazy-max/docker-rtorrent-rutorrent type: application -version: 0.1.0 +version: 1.0.0 annotations: truecharts.org/category: torrent truecharts.org/SCALE-support: "true" diff --git a/charts/incubator/rtorrent-rutorrent/LICENSE b/charts/stable/rtorrent-rutorrent/LICENSE similarity index 100% rename from charts/incubator/rtorrent-rutorrent/LICENSE rename to charts/stable/rtorrent-rutorrent/LICENSE diff --git a/charts/incubator/rtorrent-rutorrent/README.md b/charts/stable/rtorrent-rutorrent/README.md similarity index 100% rename from charts/incubator/rtorrent-rutorrent/README.md rename to charts/stable/rtorrent-rutorrent/README.md diff --git a/charts/incubator/rtorrent-rutorrent/icon.png b/charts/stable/rtorrent-rutorrent/icon.png similarity index 100% rename from charts/incubator/rtorrent-rutorrent/icon.png rename to charts/stable/rtorrent-rutorrent/icon.png diff --git a/charts/incubator/rtorrent-rutorrent/questions.yaml b/charts/stable/rtorrent-rutorrent/questions.yaml similarity index 100% rename from charts/incubator/rtorrent-rutorrent/questions.yaml rename to charts/stable/rtorrent-rutorrent/questions.yaml diff --git a/charts/incubator/rtorrent-rutorrent/templates/NOTES.txt b/charts/stable/rtorrent-rutorrent/templates/NOTES.txt similarity index 100% rename from charts/incubator/rtorrent-rutorrent/templates/NOTES.txt rename to charts/stable/rtorrent-rutorrent/templates/NOTES.txt diff --git a/charts/incubator/rtorrent-rutorrent/templates/common.yaml b/charts/stable/rtorrent-rutorrent/templates/common.yaml similarity index 100% rename from charts/incubator/rtorrent-rutorrent/templates/common.yaml rename to charts/stable/rtorrent-rutorrent/templates/common.yaml diff --git a/charts/incubator/rtorrent-rutorrent/values.yaml b/charts/stable/rtorrent-rutorrent/values.yaml similarity index 100% rename from charts/incubator/rtorrent-rutorrent/values.yaml rename to charts/stable/rtorrent-rutorrent/values.yaml