Fixes #681
This commit is contained in:
parent
9affbed649
commit
e032845942
|
@ -21,4 +21,4 @@ name: prowlarr
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/Prowlarr/Prowlarr
|
- https://github.com/Prowlarr/Prowlarr
|
||||||
- https://github.com/k8s-at-home/container-images
|
- https://github.com/k8s-at-home/container-images
|
||||||
version: 1.4.2
|
version: 1.4.3
|
||||||
|
|
|
@ -98,18 +98,6 @@ questions:
|
||||||
default: "Etc/UTC"
|
default: "Etc/UTC"
|
||||||
$ref:
|
$ref:
|
||||||
- "definitions/timezone"
|
- "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
|
- variable: UMASK
|
||||||
label: "UMASK"
|
label: "UMASK"
|
||||||
description: "Sets the UMASK env var for LinuxServer.io (compatible) containers"
|
description: "Sets the UMASK env var for LinuxServer.io (compatible) containers"
|
||||||
|
@ -627,6 +615,12 @@ questions:
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 568
|
default: 568
|
||||||
|
- variable: fsGroup
|
||||||
|
label: "fsGroup"
|
||||||
|
description: "The group that should own ALL storage."
|
||||||
|
schema:
|
||||||
|
type: int
|
||||||
|
default: 568
|
||||||
- variable: fsGroupChangePolicy
|
- variable: fsGroupChangePolicy
|
||||||
label: "When should we take ownership?"
|
label: "When should we take ownership?"
|
||||||
schema:
|
schema:
|
||||||
|
|
Loading…
Reference in New Issue