From 78aca28f2e9ebe8fd010899199f3d8186e1260b5 Mon Sep 17 00:00:00 2001 From: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> Date: Tue, 9 Jan 2024 17:50:01 -0500 Subject: [PATCH] feat(requestrr) change requestrr chart to a stable forked image and general house keeping. (#17064) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** change requestrr chart to a stable forked image and general house keeping. ⚒️ Fixes #17062 **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [X] 🔃 Refactor of current code **🧪 How Has This Been Tested?** **📃 Notes:** **✔️ Checklist:** - [X] ⚖️ My code follows the style guidelines of this project - [X] 👀 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/stable/requestrr/Chart.yaml | 10 ++++--- charts/stable/requestrr/questions.yaml | 2 +- charts/stable/requestrr/values.yaml | 38 ++++++++++++++------------ 3 files changed, 28 insertions(+), 22 deletions(-) diff --git a/charts/stable/requestrr/Chart.yaml b/charts/stable/requestrr/Chart.yaml index 8bca534b46e..59136437d9c 100644 --- a/charts/stable/requestrr/Chart.yaml +++ b/charts/stable/requestrr/Chart.yaml @@ -1,21 +1,23 @@ kubeVersion: ">=1.24.0-0" apiVersion: v2 name: requestrr -version: 8.1.6 -appVersion: 2.1.2 +version: 8.2.0 +appVersion: 2.1.4 description: Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat. home: https://truecharts.org/charts/stable/requestrr icon: https://truecharts.org/img/hotlink-ok/chart-icons/requestrr.png deprecated: false sources: - https://github.com/truecharts/charts/tree/master/charts/stable/requestrr - - https://ghcr.io/linuxserver/requestrr + - https://github.com/thomst08/requestrr + - https://hub.docker.com/r/thomst08/requestrr maintainers: - name: TrueCharts email: info@truecharts.org url: https://truecharts.org keywords: - requestrr + - discord dependencies: - name: common version: 17.2.22 @@ -28,7 +30,7 @@ annotations: max_scale_version: 23.10.2 min_scale_version: 23.10.0 truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator + truecharts.org/category: media truecharts.org/max_helm_version: "3.13" truecharts.org/min_helm_version: "3.12" truecharts.org/train: stable diff --git a/charts/stable/requestrr/questions.yaml b/charts/stable/requestrr/questions.yaml index 5cf4d256d08..39739da09ec 100644 --- a/charts/stable/requestrr/questions.yaml +++ b/charts/stable/requestrr/questions.yaml @@ -62,7 +62,7 @@ questions: default: 0 - variable: runAsGroup label: "runAsGroup" - description: "The groupID this App of the user running the application" + description: "The groupID of the user running the application" schema: type: int default: 0 diff --git a/charts/stable/requestrr/values.yaml b/charts/stable/requestrr/values.yaml index 79d1b4efa4c..00b6f459dbd 100644 --- a/charts/stable/requestrr/values.yaml +++ b/charts/stable/requestrr/values.yaml @@ -1,25 +1,29 @@ image: - repository: ghcr.io/linuxserver/requestrr + repository: thomst08/requestrr pullPolicy: IfNotPresent - tag: 2.1.2@sha256:3136acf009b7c05b7f20c14529b4295252c19b02655e9f21a78e6cf165d83510 -service: - main: - ports: - main: - targetPort: 4545 - port: 4545 -persistence: - config: - enabled: true - mountPath: "/config" - varrun: - enabled: true -portal: - open: - enabled: true + tag: v2.1.4@sha256:04782274790378528f4aac22c9a18a3764eda269af5dcd70404b9d501e3deaa3 + securityContext: container: runAsNonRoot: false readOnlyRootFilesystem: false runAsUser: 0 runAsGroup: 0 + +service: + main: + ports: + main: + targetPort: 4545 + port: 4545 + +persistence: + config: + enabled: true + mountPath: "/config" + varrun: + enabled: true + +portal: + open: + enabled: true