From 811c0bcf179d2df53056743edbfa1baab9ce65bb Mon Sep 17 00:00:00 2001 From: Xstar97 Date: Fri, 28 Oct 2022 05:49:51 -0400 Subject: [PATCH] fix(dillinger) rofs (#4223) --- charts/stable/dillinger/Chart.yaml | 2 +- charts/stable/dillinger/questions.yaml | 2 +- charts/stable/dillinger/values.yaml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/stable/dillinger/Chart.yaml b/charts/stable/dillinger/Chart.yaml index e4aaf03de67..46ba5924001 100644 --- a/charts/stable/dillinger/Chart.yaml +++ b/charts/stable/dillinger/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: dillinger -version: 2.0.37 +version: 2.0.38 appVersion: "3.39.1" description: Dillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS powered HTML5 Markdown editor. type: application diff --git a/charts/stable/dillinger/questions.yaml b/charts/stable/dillinger/questions.yaml index 7616b65a16b..d19595fe1f5 100644 --- a/charts/stable/dillinger/questions.yaml +++ b/charts/stable/dillinger/questions.yaml @@ -81,7 +81,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/dillinger/values.yaml b/charts/stable/dillinger/values.yaml index 04c4b650ce9..4962147aa64 100644 --- a/charts/stable/dillinger/values.yaml +++ b/charts/stable/dillinger/values.yaml @@ -5,6 +5,7 @@ image: securityContext: runAsNonRoot: false + readOnlyRootFilesystem: false podSecurityContext: runAsUser: 0