diff --git a/chart/Chart.yaml b/chart/Chart.yaml index fbc91c3b..064128a4 100644 --- a/chart/Chart.yaml +++ b/chart/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.3.6 +version: 0.3.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/chart/templates/deployment.yaml b/chart/templates/deployment.yaml index e9204484..cb0df90a 100644 --- a/chart/templates/deployment.yaml +++ b/chart/templates/deployment.yaml @@ -24,6 +24,9 @@ spec: {{- end }} labels: {{- include "druid-operator.selectorLabels" . | nindent 8 }} + {{- with .Values.podLabels }} + {{ toYaml . | nindent 8 }} + {{- end }} control-plane: controller-manager spec: {{- with .Values.nodeSelector }} diff --git a/chart/values.yaml b/chart/values.yaml index 0aaa73f3..fdb3dff0 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -51,6 +51,8 @@ serviceAccount: podAnnotations: {} +podLabels: {} + podSecurityContext: runAsNonRoot: true fsGroup: 65532