Skip to content

Commit

Permalink
fix(linkace): set fsGroup to www-data (82) (#3050)
Browse files Browse the repository at this point in the history
* Set fsGroup to www-data (82)

* Bump chart version
  • Loading branch information
schnerring authored Jul 2, 2022
1 parent 249f833 commit 91ea576
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/stable/linkace/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/linkace/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ questions:
description: "The group that should own ALL storage."
schema:
type: int
default: 568
default: 82
# Include{podSecurityContextAdvanced}

# Include{resources}
Expand Down
1 change: 1 addition & 0 deletions charts/stable/linkace/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ securityContext:
podSecurityContext:
runAsUser: 0
runAsGroup: 0
fsGroup: 82

# secretEnv:
# CRON_TOKEN: ""
Expand Down

0 comments on commit 91ea576

Please sign in to comment.