From 670b4b048f8da1807333ab1ccea0774905ae3949 Mon Sep 17 00:00:00 2001 From: kqmaverick <121722567+kqmaverick@users.noreply.github.com> Date: Sat, 23 Mar 2024 12:26:01 -0700 Subject: [PATCH] chore(jackett): *BREAKING CHANGES* switch image to geek-cookbook (#19700) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Switches jackett to geek-cookbook for image. ⚒️ Fixes # **⚙️ Type of change** - [ ] ⚙️ 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:** Possibly breaking due to change in image. **✔️ 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 - [X] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):` or `chore(chart-name):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ 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/jackett/Chart.yaml | 4 ++-- charts/stable/jackett/questions.yaml | 6 +++--- charts/stable/jackett/values.yaml | 9 ++------- 3 files changed, 7 insertions(+), 12 deletions(-) diff --git a/charts/stable/jackett/Chart.yaml b/charts/stable/jackett/Chart.yaml index 01c46a8fc25..5a64bdf49e4 100644 --- a/charts/stable/jackett/Chart.yaml +++ b/charts/stable/jackett/Chart.yaml @@ -33,6 +33,6 @@ name: jackett sources: - https://github.com/Jackett/Jackett - https://github.com/truecharts/charts/tree/master/charts/stable/jackett - - https://ghcr.io/linuxserver/jackett + - https://github.com/geek-cookbook/containers/pkgs/container/jackett type: application -version: 19.8.0 +version: 20.0.0 diff --git a/charts/stable/jackett/questions.yaml b/charts/stable/jackett/questions.yaml index 208a7e1f74e..45abd5f01ff 100644 --- a/charts/stable/jackett/questions.yaml +++ b/charts/stable/jackett/questions.yaml @@ -59,13 +59,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 of the user running the application" schema: type: int - default: 0 + default: 568 # Include{securityContextContainer} # Include{securityContextAdvanced} # Include{securityContextPod} @@ -74,7 +74,7 @@ questions: description: "The group that should own ALL storage." schema: type: int - default: 0 + default: 568 # Include{resources} # Include{advanced} # Include{addons} diff --git a/charts/stable/jackett/values.yaml b/charts/stable/jackett/values.yaml index 25d6292e17a..f4a4a8dc3ef 100644 --- a/charts/stable/jackett/values.yaml +++ b/charts/stable/jackett/values.yaml @@ -1,12 +1,7 @@ image: - repository: ghcr.io/linuxserver/jackett + repository: ghcr.io/geek-cookbook/jackett pullPolicy: IfNotPresent - tag: 0.21.2140@sha256:e434cc03647f5bb853f2f9168b22edb0e3b2a12ac71c841e974af173121d62e6 -securityContext: - container: - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 + tag: 0.21.2140@sha256:003bcb5527aacfbc7a44c48a694cddb6731d46f47619f61ff10acd1d6aa159b3 service: main: ports: