fix(linkace): set fsGroup to www-data (82) (#3050)
* Set fsGroup to www-data (82) * Bump chart version
This commit is contained in:
@@ -27,7 +27,7 @@ sources:
|
|||||||
- https://www.linkace.org/docs/
|
- https://www.linkace.org/docs/
|
||||||
- https://github.com/linkace/linkace
|
- https://github.com/linkace/linkace
|
||||||
- https://hub.docker.com/r/linkace/linkace
|
- https://hub.docker.com/r/linkace/linkace
|
||||||
version: 4.0.12
|
version: 4.0.13
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -415,7 +415,7 @@ questions:
|
|||||||
description: "The group that should own ALL storage."
|
description: "The group that should own ALL storage."
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 568
|
default: 82
|
||||||
# Include{podSecurityContextAdvanced}
|
# Include{podSecurityContextAdvanced}
|
||||||
|
|
||||||
# Include{resources}
|
# Include{resources}
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ securityContext:
|
|||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
runAsGroup: 0
|
runAsGroup: 0
|
||||||
|
fsGroup: 82
|
||||||
|
|
||||||
# secretEnv:
|
# secretEnv:
|
||||||
# CRON_TOKEN: ""
|
# CRON_TOKEN: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user