From 22f2f498a84f4cad188a3f34fda797aeef58883e Mon Sep 17 00:00:00 2001 From: bitpushr <91350598+bitpushr@users.noreply.github.com> Date: Wed, 22 Nov 2023 08:41:47 +1100 Subject: [PATCH] feat(rdtclient): Move to Stable (#15223) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Tested, ready for Stable. ⚒️ Fixes # **⚙️ Type of change** - [x] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [x] ⚠️ 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 - [x] ⬆️ 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._ --------- Signed-off-by: Kjeld Schouten Co-authored-by: Kjeld Schouten --- charts/{incubator => stable}/rdtclient/.helmignore | 0 charts/{incubator => stable}/rdtclient/CHANGELOG.md | 0 charts/{incubator => stable}/rdtclient/Chart.yaml | 2 +- charts/{incubator => stable}/rdtclient/README.md | 0 charts/{incubator => stable}/rdtclient/icon.png | Bin .../{incubator => stable}/rdtclient/questions.yaml | 0 .../rdtclient/templates/NOTES.txt | 0 .../rdtclient/templates/common.yaml | 0 charts/{incubator => stable}/rdtclient/values.yaml | 4 ++-- 9 files changed, 3 insertions(+), 3 deletions(-) rename charts/{incubator => stable}/rdtclient/.helmignore (100%) rename charts/{incubator => stable}/rdtclient/CHANGELOG.md (100%) rename charts/{incubator => stable}/rdtclient/Chart.yaml (98%) rename charts/{incubator => stable}/rdtclient/README.md (100%) rename charts/{incubator => stable}/rdtclient/icon.png (100%) rename charts/{incubator => stable}/rdtclient/questions.yaml (100%) rename charts/{incubator => stable}/rdtclient/templates/NOTES.txt (100%) rename charts/{incubator => stable}/rdtclient/templates/common.yaml (100%) rename charts/{incubator => stable}/rdtclient/values.yaml (95%) diff --git a/charts/incubator/rdtclient/.helmignore b/charts/stable/rdtclient/.helmignore similarity index 100% rename from charts/incubator/rdtclient/.helmignore rename to charts/stable/rdtclient/.helmignore diff --git a/charts/incubator/rdtclient/CHANGELOG.md b/charts/stable/rdtclient/CHANGELOG.md similarity index 100% rename from charts/incubator/rdtclient/CHANGELOG.md rename to charts/stable/rdtclient/CHANGELOG.md diff --git a/charts/incubator/rdtclient/Chart.yaml b/charts/stable/rdtclient/Chart.yaml similarity index 98% rename from charts/incubator/rdtclient/Chart.yaml rename to charts/stable/rdtclient/Chart.yaml index 8b6e73f5523..8add36fba52 100644 --- a/charts/incubator/rdtclient/Chart.yaml +++ b/charts/stable/rdtclient/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/rdtclient - https://github.com/rogerfar/rdt-client type: application -version: 0.0.4 +version: 1.0.0 annotations: truecharts.org/category: media truecharts.org/SCALE-support: "true" diff --git a/charts/incubator/rdtclient/README.md b/charts/stable/rdtclient/README.md similarity index 100% rename from charts/incubator/rdtclient/README.md rename to charts/stable/rdtclient/README.md diff --git a/charts/incubator/rdtclient/icon.png b/charts/stable/rdtclient/icon.png similarity index 100% rename from charts/incubator/rdtclient/icon.png rename to charts/stable/rdtclient/icon.png diff --git a/charts/incubator/rdtclient/questions.yaml b/charts/stable/rdtclient/questions.yaml similarity index 100% rename from charts/incubator/rdtclient/questions.yaml rename to charts/stable/rdtclient/questions.yaml diff --git a/charts/incubator/rdtclient/templates/NOTES.txt b/charts/stable/rdtclient/templates/NOTES.txt similarity index 100% rename from charts/incubator/rdtclient/templates/NOTES.txt rename to charts/stable/rdtclient/templates/NOTES.txt diff --git a/charts/incubator/rdtclient/templates/common.yaml b/charts/stable/rdtclient/templates/common.yaml similarity index 100% rename from charts/incubator/rdtclient/templates/common.yaml rename to charts/stable/rdtclient/templates/common.yaml diff --git a/charts/incubator/rdtclient/values.yaml b/charts/stable/rdtclient/values.yaml similarity index 95% rename from charts/incubator/rdtclient/values.yaml rename to charts/stable/rdtclient/values.yaml index 3852bdedde3..1e807be568b 100644 --- a/charts/incubator/rdtclient/values.yaml +++ b/charts/stable/rdtclient/values.yaml @@ -3,9 +3,9 @@ image: pullPolicy: IfNotPresent tag: 2.0.46@sha256:4d501c324825b34b820b65c4f0056892f52a62127b563ec4a86fea49b0c24b1d aria2Image: - repository: tccr.io/truecharts/aria2-pro + repository: p3terx/aria2-pro pullPolicy: IfNotPresent - tag: vlatest@sha256:08a35fe3204c00dbdc609b1abc8c05c349764c3caecb9dadb970dc470c5b1f41 + tag: latest@sha256:086d1a37c586edb07ec0fb956bf9edd89d1d38d138ad5309ff96d510c8c9a011 securityContext: container: