From 279f15c2eabfc9c3d34e88a7efcfee6722d66799 Mon Sep 17 00:00:00 2001 From: kqmaverick <121722567+kqmaverick@users.noreply.github.com> Date: Sat, 14 Oct 2023 08:39:29 -0700 Subject: [PATCH] chore(rdtclient): bump version (#13613) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Bump version. ⚒️ 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._ --- charts/incubator/rdtclient/Chart.yaml | 4 ++-- charts/incubator/rdtclient/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/incubator/rdtclient/Chart.yaml b/charts/incubator/rdtclient/Chart.yaml index 30396954c7f..b087da9becd 100644 --- a/charts/incubator/rdtclient/Chart.yaml +++ b/charts/incubator/rdtclient/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.0.32" +appVersion: "2.0.40" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -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.2 +version: 0.0.3 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/rdtclient/values.yaml b/charts/incubator/rdtclient/values.yaml index 0c9200abbd5..b68acfc6d63 100644 --- a/charts/incubator/rdtclient/values.yaml +++ b/charts/incubator/rdtclient/values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/rdtclient pullPolicy: IfNotPresent - tag: v2.0.32@sha256:d43f7b58d5136937f8962e0f3dfa328fc205bf632cbb4faf6813fff986b75836 + tag: v2.0.40@sha256:654551a94b9f6ec7c734b7e97288ef9583bbe031f204355c9f72244f7f73a540 aria2Image: repository: tccr.io/truecharts/aria2-pro pullPolicy: IfNotPresent