diff --git a/charts/matverseny-frontend/Chart.yaml b/charts/matverseny-frontend/Chart.yaml index dde8ae5..f5db322 100644 --- a/charts/matverseny-frontend/Chart.yaml +++ b/charts/matverseny-frontend/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.6 +version: 0.1.7 # 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/matverseny-frontend/values.yaml b/charts/matverseny-frontend/values.yaml index 061ecf4..f17d8d7 100644 --- a/charts/matverseny-frontend/values.yaml +++ b/charts/matverseny-frontend/values.yaml @@ -41,11 +41,11 @@ podLabels: {} podSecurityContext: fsGroup: 2000 +# TODO: change this when https://github.com/Verseghy/matverseny-frontend/issues/15 is resolved securityContext: - capabilities: - drop: - - ALL - # TODO: change this when https://github.com/Verseghy/matverseny-frontend/issues/15 is resolved + # capabilities: + # drop: + # - ALL readOnlyRootFilesystem: false # true runAsNonRoot: false # true # runAsUser: 1000