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