From e032845942b472b54dfe5588b50deb4ef23bf9f7 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Wed, 21 Jul 2021 10:46:05 +0200 Subject: [PATCH] Fixes #681 --- charts/incubator/prowlarr/Chart.yaml | 2 +- charts/incubator/prowlarr/SCALE/questions.yaml | 18 ++++++------------ 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/charts/incubator/prowlarr/Chart.yaml b/charts/incubator/prowlarr/Chart.yaml index 6f1dd541f78..da7cd9caa5e 100644 --- a/charts/incubator/prowlarr/Chart.yaml +++ b/charts/incubator/prowlarr/Chart.yaml @@ -21,4 +21,4 @@ name: prowlarr sources: - https://github.com/Prowlarr/Prowlarr - https://github.com/k8s-at-home/container-images -version: 1.4.2 +version: 1.4.3 diff --git a/charts/incubator/prowlarr/SCALE/questions.yaml b/charts/incubator/prowlarr/SCALE/questions.yaml index fc1788c33f1..1acea93c723 100644 --- a/charts/incubator/prowlarr/SCALE/questions.yaml +++ b/charts/incubator/prowlarr/SCALE/questions.yaml @@ -98,18 +98,6 @@ questions: default: "Etc/UTC" $ref: - "definitions/timezone" - - variable: PUID - label: "PUID" - description: "Sets the PUID env var for LinuxServer.io (compatible) containers" - schema: - type: int - default: 568 - - variable: PGID - label: "PGID" - description: "Sets the PGID env var for LinuxServer.io (compatible) containers" - schema: - type: int - default: 568 - variable: UMASK label: "UMASK" description: "Sets the UMASK env var for LinuxServer.io (compatible) containers" @@ -627,6 +615,12 @@ questions: schema: type: int default: 568 + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 - variable: fsGroupChangePolicy label: "When should we take ownership?" schema: