From 7f55dd4516ad58e7736de5dbc3eeb4786bb55862 Mon Sep 17 00:00:00 2001 From: kqmaverick <121722567+kqmaverick@users.noreply.github.com> Date: Tue, 31 Oct 2023 13:58:08 -0700 Subject: [PATCH] fix(qbitrr): force config path (#14103) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Forces config path to /config ⚒️ Fixes # **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [X] 🪛 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: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- charts/stable/qbitrr/Chart.yaml | 2 +- charts/stable/qbitrr/questions.yaml | 4 ++-- charts/stable/qbitrr/values.yaml | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/charts/stable/qbitrr/Chart.yaml b/charts/stable/qbitrr/Chart.yaml index f9ed3be4d59..ff6979983d2 100644 --- a/charts/stable/qbitrr/Chart.yaml +++ b/charts/stable/qbitrr/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/qbitrr - https://github.com/Feramance/Qbitrr type: application -version: 0.0.14 +version: 0.0.15 annotations: truecharts.org/SCALE-support: "true" truecharts.org/category: Downloaders diff --git a/charts/stable/qbitrr/questions.yaml b/charts/stable/qbitrr/questions.yaml index 111363cd1e6..83e40095181 100644 --- a/charts/stable/qbitrr/questions.yaml +++ b/charts/stable/qbitrr/questions.yaml @@ -41,13 +41,13 @@ questions: description: "The UserID of the user running the application" schema: type: int - default: 0 + default: 568 - variable: runAsGroup label: "runAsGroup" description: "The groupID this App of the user running the application" schema: type: int - default: 0 + default: 568 # Include{securityContextContainer} # Include{securityContextAdvanced} # Include{securityContextPod} diff --git a/charts/stable/qbitrr/values.yaml b/charts/stable/qbitrr/values.yaml index 7e6926e13f6..c74a0e48cf8 100644 --- a/charts/stable/qbitrr/values.yaml +++ b/charts/stable/qbitrr/values.yaml @@ -2,6 +2,7 @@ image: repository: tccr.io/truecharts/qbitrr pullPolicy: IfNotPresent tag: v3.7.13@sha256:2bf63166b9f35b4b98de08acea3add4f1c858a80dc404aea1ce3afb7eb32c93a + securityContext: container: readOnlyRootFilesystem: false @@ -46,6 +47,8 @@ workload: enabled: false startup: enabled: false + env: + QBITRR_OVERRIDES_DATA_PATH: /config persistence: config: