chore(deps): update container image tccr.io/truecharts/alist to v3.7.2 (#5901)

* chore(deps): update container image tccr.io/truecharts/alist to v3.7.2

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

* root

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
TrueCharts Bot
2022-12-31 18:17:39 +02:00
committed by GitHub
co-authored by Stavros Kois
parent 570f78804b
commit 575dd27e81
3 changed files with 15 additions and 7 deletions
+4 -4
View File
@@ -68,7 +68,7 @@ questions:
label: "ReadOnly Root Filesystem"
schema:
type: boolean
default: true
default: false
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
schema:
@@ -78,20 +78,20 @@ questions:
label: "runAsNonRoot"
schema:
type: boolean
default: true
default: false
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: int
default: 568
default: 0
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID this App of the user running the application"
schema:
type: int
default: 568
default: 0
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."