From 4f1e472e59c8ca7364ddfe5fd724316bb79f268f Mon Sep 17 00:00:00 2001 From: bitpushr <91350598+bitpushr@users.noreply.github.com> Date: Tue, 21 Nov 2023 15:06:13 +1100 Subject: [PATCH] chore(rdtclient): bump version (#15193) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **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 - [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: bitpushr <91350598+bitpushr@users.noreply.github.com> Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> --- charts/incubator/rdtclient/Chart.yaml | 6 +++--- charts/incubator/rdtclient/values.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/incubator/rdtclient/Chart.yaml b/charts/incubator/rdtclient/Chart.yaml index 23df6b541e2..8b6e73f5523 100644 --- a/charts/incubator/rdtclient/Chart.yaml +++ b/charts/incubator/rdtclient/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -appVersion: "2.0.40" +appVersion: "2.0.46" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.15.0 + version: 14.3.5 deprecated: false description: This is a web interface to manage your torrents on Real-Debrid, AllDebrid or Premiumize. home: https://truecharts.org/charts/incubator/rdtclient @@ -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.3 +version: 0.0.4 annotations: truecharts.org/category: media truecharts.org/SCALE-support: "true" diff --git a/charts/incubator/rdtclient/values.yaml b/charts/incubator/rdtclient/values.yaml index b68acfc6d63..3852bdedde3 100644 --- a/charts/incubator/rdtclient/values.yaml +++ b/charts/incubator/rdtclient/values.yaml @@ -1,7 +1,7 @@ image: - repository: tccr.io/truecharts/rdtclient + repository: ghcr.io/rogerfar/rdtclient pullPolicy: IfNotPresent - tag: v2.0.40@sha256:654551a94b9f6ec7c734b7e97288ef9583bbe031f204355c9f72244f7f73a540 + tag: 2.0.46@sha256:4d501c324825b34b820b65c4f0056892f52a62127b563ec4a86fea49b0c24b1d aria2Image: repository: tccr.io/truecharts/aria2-pro pullPolicy: IfNotPresent