Add Supplementalgroups to supporting apps (#808)

* aims to fix some jellyfin issues

* bump

* add supplementalgroup option

* Remove podSecurityContext from ix_values.yaml
This commit is contained in:
Kjeld Schouten-Lebbing
2021-08-24 12:53:31 +02:00
committed by GitHub
parent 50c9ad07c9
commit 216b27a1f9
60 changed files with 561 additions and 24 deletions
@@ -556,6 +556,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
+10
View File
@@ -620,6 +620,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
-7
View File
@@ -9,13 +9,6 @@ image:
pullPolicy: IfNotPresent
tag: v4.6.4.0
# 44=video 107=render
podSecurityContext:
runAsNonRoot: true
runAsUser: 568
runAsGroup: 568
fsGroup: 568
supplementalGroups: [44, 107]
##
# Most other defaults are set in questions.yaml
# For other options please refer to the wiki, default_values.yaml or the common library chart
+10
View File
@@ -628,6 +628,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
@@ -723,6 +723,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
@@ -631,6 +631,16 @@ questions:
schema:
type: int
default: 0
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
@@ -619,6 +619,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
+10
View File
@@ -626,6 +626,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
@@ -619,6 +619,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
+10
View File
@@ -619,6 +619,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
+10
View File
@@ -619,6 +619,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
@@ -625,6 +625,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
@@ -925,6 +925,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
@@ -619,6 +619,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
+1 -1
View File
@@ -24,4 +24,4 @@ name: jellyfin
sources:
- https://github.com/jellyfin/jellyfin
type: application
version: 6.6.15
version: 6.6.16
@@ -9,13 +9,6 @@ image:
pullPolicy: IfNotPresent
tag: 10.7.6
# 44=video 107=render
podSecurityContext:
runAsNonRoot: true
runAsUser: 568
runAsGroup: 568
fsGroup: 568
supplementalGroups: [44, 107]
##
# Most other defaults are set in questions.yaml
# For other options please refer to the wiki, default_values.yaml or the common library chart
@@ -628,6 +628,26 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
+10
View File
@@ -729,6 +729,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
+10
View File
@@ -619,6 +619,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
@@ -741,6 +741,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
+10
View File
@@ -631,6 +631,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
@@ -620,6 +620,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
@@ -620,6 +620,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
@@ -723,6 +723,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
+10
View File
@@ -620,6 +620,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
@@ -620,6 +620,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
@@ -619,6 +619,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
+10
View File
@@ -619,6 +619,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
@@ -625,6 +625,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
@@ -717,6 +717,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
@@ -619,6 +619,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
@@ -628,6 +628,16 @@ questions:
schema:
type: int
default: 5050
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
@@ -656,6 +656,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
@@ -516,6 +516,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
@@ -619,6 +619,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
-4
View File
@@ -9,10 +9,6 @@ image:
pullPolicy: IfNotPresent
tag: v1.24.1.4931-1a38e63c6
# 44=video 107=render
podSecurityContext:
supplementalGroups: [44, 107]
##
# Most other defaults are set in questions.yaml
# For other options please refer to the wiki, default_values.yaml or the common library chart
+10
View File
@@ -647,6 +647,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
@@ -628,6 +628,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
@@ -503,6 +503,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
@@ -632,6 +632,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
@@ -621,6 +621,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
+10
View File
@@ -631,6 +631,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
@@ -767,6 +767,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
+10
View File
@@ -619,6 +619,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
@@ -620,6 +620,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
+10
View File
@@ -615,6 +615,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
@@ -810,6 +810,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
@@ -627,6 +627,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
@@ -639,6 +639,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
+10
View File
@@ -619,6 +619,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
+10
View File
@@ -624,6 +624,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
@@ -880,6 +880,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
@@ -619,6 +619,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
@@ -449,6 +449,16 @@ questions:
schema:
type: int
default: 65532
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
@@ -1108,6 +1108,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
@@ -492,6 +492,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
@@ -1013,6 +1013,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
+10
View File
@@ -619,6 +619,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
@@ -9,11 +9,6 @@ image:
pullPolicy: IfNotPresent
tag: 5.4.6
# 5=tty 20=dialout 24=cdrom
podSecurityContext:
runAsNonRoot: true
supplementalGroups: [5, 20, 24]
probes:
liveness:
enabled: true
@@ -750,6 +750,16 @@ questions:
schema:
type: int
default: 568
- variable: supplementalGroups
label: "When should we take ownership?"
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: "When should we take ownership?"
schema:
type: int
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema: