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

This commit is contained in:
Stavros Kois 2022-01-24 00:20:41 +02:00 committed by GitHub
parent a4c28e053b
commit 33cc9ee86f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

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

View File

@ -321,7 +321,7 @@ questions:
label: "Allow Privilege Escalation"
schema:
type: boolean
default: false
default: true
- variable: runAsNonRoot
label: "runAsNonRoot"
schema:

View File

@ -19,10 +19,12 @@ service:
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
allowPrivilegeEscalation: true
podSecurityContext:
runAsUser: 0
runAsGroup: 0
persistence:
config:
enabled: true