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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

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

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:

View File

@ -5,6 +5,7 @@ image:
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
podSecurityContext:
runAsUser: 0