fix(smokeping): Allow priviledge escalation (#1769)
This commit is contained in:
@@ -21,7 +21,7 @@ sources:
|
|||||||
- https://oss.oetiker.ch/smokeping/
|
- https://oss.oetiker.ch/smokeping/
|
||||||
- https://hub.docker.com/r/linuxserver/smokeping
|
- https://hub.docker.com/r/linuxserver/smokeping
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.36
|
version: 1.0.37
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -321,7 +321,7 @@ questions:
|
|||||||
label: "Allow Privilege Escalation"
|
label: "Allow Privilege Escalation"
|
||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: true
|
||||||
- variable: runAsNonRoot
|
- variable: runAsNonRoot
|
||||||
label: "runAsNonRoot"
|
label: "runAsNonRoot"
|
||||||
schema:
|
schema:
|
||||||
|
|||||||
@@ -19,10 +19,12 @@ service:
|
|||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
readOnlyRootFilesystem: false
|
||||||
runAsNonRoot: false
|
runAsNonRoot: false
|
||||||
|
allowPrivilegeEscalation: true
|
||||||
|
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
runAsGroup: 0
|
runAsGroup: 0
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user