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