From c60008efcb19a012bf51f9e678cec570ba2c5c2d Mon Sep 17 00:00:00 2001 From: drikqlis Date: Sat, 2 Nov 2024 02:45:36 +0100 Subject: [PATCH] fix: allow writing in filesystem --- charts/aurutils/Chart.yaml | 2 +- charts/aurutils/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/aurutils/Chart.yaml b/charts/aurutils/Chart.yaml index 19ced48..8f71b8a 100644 --- a/charts/aurutils/Chart.yaml +++ b/charts/aurutils/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 +version: 0.1.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/aurutils/values.yaml b/charts/aurutils/values.yaml index 31540a4..df7d5af 100644 --- a/charts/aurutils/values.yaml +++ b/charts/aurutils/values.yaml @@ -43,7 +43,7 @@ podSecurityContext: fsGroupChangePolicy: Always securityContext: - readOnlyRootFilesystem: true + readOnlyRootFilesystem: false runAsNonRoot: true runAsUser: 1000 runAsGroup: 1000