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 23:32:57 +03:00
committed by GitHub
parent 249f833490
commit 91ea57610a
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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}
+1
View File
@@ -10,6 +10,7 @@ securityContext:
podSecurityContext: podSecurityContext:
runAsUser: 0 runAsUser: 0
runAsGroup: 0 runAsGroup: 0
fsGroup: 82
# secretEnv: # secretEnv:
# CRON_TOKEN: "" # CRON_TOKEN: ""