From 03240c40a2f35161d535bac769439464fa52aa54 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sat, 12 Mar 2022 19:12:09 +0200 Subject: [PATCH] fix(libreoffice): rofs false (#2141) --- charts/stable/libreoffice/Chart.yaml | 2 +- charts/stable/libreoffice/questions.yaml | 2 +- charts/stable/libreoffice/values.yaml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/stable/libreoffice/Chart.yaml b/charts/stable/libreoffice/Chart.yaml index db5c2aaa70e..00948365786 100644 --- a/charts/stable/libreoffice/Chart.yaml +++ b/charts/stable/libreoffice/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: libreoffice -version: 1.0.1 +version: 1.0.2 appVersion: "7.2.2" description: LibreOffice is a free and powerful office suite, and a successor to OpenOffice.org. type: application diff --git a/charts/stable/libreoffice/questions.yaml b/charts/stable/libreoffice/questions.yaml index 81ab18db7a6..20ecb66e24e 100644 --- a/charts/stable/libreoffice/questions.yaml +++ b/charts/stable/libreoffice/questions.yaml @@ -266,7 +266,7 @@ questions: label: "ReadOnly Root Filesystem" schema: type: boolean - default: true + default: false - variable: allowPrivilegeEscalation label: "Allow Privilege Escalation" schema: diff --git a/charts/stable/libreoffice/values.yaml b/charts/stable/libreoffice/values.yaml index f54ba86bfb2..9cd6e61ff1a 100644 --- a/charts/stable/libreoffice/values.yaml +++ b/charts/stable/libreoffice/values.yaml @@ -5,6 +5,7 @@ image: securityContext: runAsNonRoot: false + readOnlyRootFilesystem: false podSecurityContext: runAsUser: 0