fix(linkace): set fsGroup to www-data (82) (#3050)

* Set fsGroup to www-data (82)

* Bump chart version
This commit is contained in:
Michael Schnerring 2022-07-02 20:32:57 +00:00 committed by GitHub
parent 249f833490
commit 91ea57610a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -415,7 +415,7 @@ questions:
description: "The group that should own ALL storage."
schema:
type: int
default: 568
default: 82
# Include{podSecurityContextAdvanced}
# Include{resources}

View File

@ -10,6 +10,7 @@ securityContext:
podSecurityContext:
runAsUser: 0
runAsGroup: 0
fsGroup: 82
# secretEnv:
# CRON_TOKEN: ""