From e8fae7d73035d732ce2dcebb01ec77e20ac298dc Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Thu, 20 Jan 2022 18:11:13 +0200 Subject: [PATCH] fix(firefox): disable rofs (#1746) --- charts/stable/firefox/Chart.yaml | 2 +- charts/stable/firefox/questions.yaml | 2 +- charts/stable/firefox/values.yaml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/stable/firefox/Chart.yaml b/charts/stable/firefox/Chart.yaml index 4cb71d42e21..68592ef4d6e 100644 --- a/charts/stable/firefox/Chart.yaml +++ b/charts/stable/firefox/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: firefox -version: 0.0.13 +version: 0.0.14 appVersion: "78.15.0" description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, type: application diff --git a/charts/stable/firefox/questions.yaml b/charts/stable/firefox/questions.yaml index 02f29975e13..584c005cc21 100644 --- a/charts/stable/firefox/questions.yaml +++ b/charts/stable/firefox/questions.yaml @@ -263,7 +263,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/firefox/values.yaml b/charts/stable/firefox/values.yaml index 9c890cb6b50..3a1eb78d4b0 100644 --- a/charts/stable/firefox/values.yaml +++ b/charts/stable/firefox/values.yaml @@ -5,6 +5,7 @@ image: securityContext: runAsNonRoot: false + readOnlyRootFilesystem: false podSecurityContext: runAsUser: 0