fix(ispy-dvr-agent): fix rofs (#2452)

This commit is contained in:
Stavros Kois
2022-04-08 08:47:58 +03:00
committed by GitHub
parent d73695e4e8
commit bbeedb5507
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ name: ispy-agent-dvr
sources:
- https://hub.docker.com/r/doitandbedone/ispyagentdvr
- https://github.com/doitandbedone/ispyagentdvr-docker
version: 1.0.8
version: 1.0.9
annotations:
truecharts.org/catagories: |
- security
+1 -1
View File
@@ -852,7 +852,7 @@ questions:
label: "ReadOnly Root Filesystem"
schema:
type: boolean
default: true
default: false
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
schema:
+1
View File
@@ -5,6 +5,7 @@ image:
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
podSecurityContext:
runAsUser: 0