diff --git a/charts/csp-reporter/Chart.yaml b/charts/csp-reporter/Chart.yaml index 2acae9d..feaa025 100644 --- a/charts/csp-reporter/Chart.yaml +++ b/charts/csp-reporter/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: 2.0.0 +version: 2.1.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/csp-reporter/templates/deployment.yaml b/charts/csp-reporter/templates/deployment.yaml index 45c8d8d..d587cf9 100644 --- a/charts/csp-reporter/templates/deployment.yaml +++ b/charts/csp-reporter/templates/deployment.yaml @@ -19,6 +19,7 @@ spec: {{- end }} labels: {{- include "csp-reporter.selectorLabels" . | nindent 8 }} + {{- toYaml .Values.podLabels | nindent 8 }} spec: {{- with .Values.imagePullSecrets }} imagePullSecrets: diff --git a/charts/csp-reporter/values.yaml b/charts/csp-reporter/values.yaml index 1a903be..20d7936 100644 --- a/charts/csp-reporter/values.yaml +++ b/charts/csp-reporter/values.yaml @@ -23,6 +23,8 @@ serviceAccount: # If not set and create is true, a name is generated using the fullname template name: "" +podLabels: { } + podAnnotations: { } podSecurityContext: { }