diff --git a/shiny-server/Chart.yaml b/shiny-server/Chart.yaml index 9f8239622269b71866e69151fd4a7b0ac10a883e..661666357ddcc938d01d34156a7daf11eab64418 100644 --- a/shiny-server/Chart.yaml +++ b/shiny-server/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.7.4 +version: 0.7.5 # 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/shiny-server/templates/deployment.yaml b/shiny-server/templates/deployment.yaml index a0fb8e5c39770687647164e3577c6750dca94978..989e58afbb6c9bf1b8f9dd67967b0a00e7cbf108 100644 --- a/shiny-server/templates/deployment.yaml +++ b/shiny-server/templates/deployment.yaml @@ -32,13 +32,15 @@ spec: securityContext: runAsNonRoot: true fsGroupChangePolicy: OnRootMismatch + runAsGroup: 999 + runAsUser: 999 + fsGroup: 999 containers: - name: rshiny-pod image: {{ .Values.imageFullNameAndTag }} securityContext: runAsGroup: 999 runAsUser: 999 - fsGroup: 999 ports: - name: http containerPort: 3838