fix(ispy-dvr-agent): fix rofs (#2452)
This commit is contained in:
@@ -20,7 +20,7 @@ name: ispy-agent-dvr
|
|||||||
sources:
|
sources:
|
||||||
- https://hub.docker.com/r/doitandbedone/ispyagentdvr
|
- https://hub.docker.com/r/doitandbedone/ispyagentdvr
|
||||||
- https://github.com/doitandbedone/ispyagentdvr-docker
|
- https://github.com/doitandbedone/ispyagentdvr-docker
|
||||||
version: 1.0.8
|
version: 1.0.9
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- security
|
- security
|
||||||
|
|||||||
@@ -852,7 +852,7 @@ questions:
|
|||||||
label: "ReadOnly Root Filesystem"
|
label: "ReadOnly Root Filesystem"
|
||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: false
|
||||||
- variable: allowPrivilegeEscalation
|
- variable: allowPrivilegeEscalation
|
||||||
label: "Allow Privilege Escalation"
|
label: "Allow Privilege Escalation"
|
||||||
schema:
|
schema:
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ image:
|
|||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsNonRoot: false
|
runAsNonRoot: false
|
||||||
|
readOnlyRootFilesystem: false
|
||||||
|
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
|
|||||||
Reference in New Issue
Block a user