diff --git a/charts/nuts-node/Chart.yaml b/charts/nuts-node/Chart.yaml index 96461d004..b2881f1ef 100644 --- a/charts/nuts-node/Chart.yaml +++ b/charts/nuts-node/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.0.6 +version: 0.0.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/nuts-node/templates/deployment.yaml b/charts/nuts-node/templates/deployment.yaml index edf88e404..6a4141695 100644 --- a/charts/nuts-node/templates/deployment.yaml +++ b/charts/nuts-node/templates/deployment.yaml @@ -21,6 +21,9 @@ spec: {{- end }} labels: {{- include "chart.selectorLabels" . | nindent 8 }} + {{- with .Values.podLabels }} + {{ toYaml . | indent 8 }} + {{- end }} spec: volumes: - name: nuts-config diff --git a/charts/nuts-node/values.yaml b/charts/nuts-node/values.yaml index 9f6ca49f6..feda2e3b9 100644 --- a/charts/nuts-node/values.yaml +++ b/charts/nuts-node/values.yaml @@ -25,6 +25,8 @@ serviceAccount: podAnnotations: {} +podLabels: {} + podSecurityContext: fsGroup: 18081