fix(smokeping): Allow priviledge escalation (#1769)

This commit is contained in:
Stavros Kois
2022-01-23 23:20:41 +01:00
committed by GitHub
parent a4c28e053b
commit 33cc9ee86f
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ sources:
- https://oss.oetiker.ch/smokeping/
- https://hub.docker.com/r/linuxserver/smokeping
type: application
version: 1.0.36
version: 1.0.37
annotations:
truecharts.org/catagories: |
- media
+1 -1
View File
@@ -321,7 +321,7 @@ questions:
label: "Allow Privilege Escalation"
schema:
type: boolean
default: false
default: true
- variable: runAsNonRoot
label: "runAsNonRoot"
schema:
+2
View File
@@ -19,10 +19,12 @@ service:
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
allowPrivilegeEscalation: true
podSecurityContext:
runAsUser: 0
runAsGroup: 0
persistence:
config:
enabled: true