fix(libreoffice): rofs false (#2141)

This commit is contained in:
Stavros Kois
2022-03-12 19:12:09 +02:00
committed by GitHub
parent 6da14c48f5
commit 03240c40a2
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v2 apiVersion: v2
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
name: libreoffice name: libreoffice
version: 1.0.1 version: 1.0.2
appVersion: "7.2.2" appVersion: "7.2.2"
description: LibreOffice is a free and powerful office suite, and a successor to OpenOffice.org. description: LibreOffice is a free and powerful office suite, and a successor to OpenOffice.org.
type: application type: application
+1 -1
View File
@@ -266,7 +266,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:
+1
View File
@@ -5,6 +5,7 @@ image:
securityContext: securityContext:
runAsNonRoot: false runAsNonRoot: false
readOnlyRootFilesystem: false
podSecurityContext: podSecurityContext:
runAsUser: 0 runAsUser: 0