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