diff --git a/charts/jupyter/Chart.yaml b/charts/jupyter/Chart.yaml index 4e681ef..d17b63c 100644 --- a/charts/jupyter/Chart.yaml +++ b/charts/jupyter/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.4.4 +version: 0.5.0 # 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/jupyter/templates/deployment.yaml b/charts/jupyter/templates/deployment.yaml index a56c72c..ee18858 100644 --- a/charts/jupyter/templates/deployment.yaml +++ b/charts/jupyter/templates/deployment.yaml @@ -51,7 +51,7 @@ spec: {{- end }} {{- if .Values.rootUser }} securityContext: - allowPrivilegeEscalation: false + allowPrivilegeEscalation: true runAsUser: 0 {{- end }} resources: