diff --git a/charts/docker-hub-rate-limit-exporter-chart/Chart.yaml b/charts/docker-hub-rate-limit-exporter-chart/Chart.yaml index 64acb5e..779743a 100644 --- a/charts/docker-hub-rate-limit-exporter-chart/Chart.yaml +++ b/charts/docker-hub-rate-limit-exporter-chart/Chart.yaml @@ -16,7 +16,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.2.9 +version: 0.2.10 # 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/docker-hub-rate-limit-exporter-chart/templates/deployment.yaml b/charts/docker-hub-rate-limit-exporter-chart/templates/deployment.yaml index 94b64ee..a4851dc 100644 --- a/charts/docker-hub-rate-limit-exporter-chart/templates/deployment.yaml +++ b/charts/docker-hub-rate-limit-exporter-chart/templates/deployment.yaml @@ -9,6 +9,9 @@ spec: selector: matchLabels: {{- include "docker-hub-rate-limit-exporter.selectorLabels" . | nindent 6 }} + {{- if .Values.podLabels }} + {{- toYaml .Values.podLabels | nindent 6 }} + {{- end }} template: metadata: annotations: diff --git a/charts/docker-hub-rate-limit-exporter-chart/values.yaml b/charts/docker-hub-rate-limit-exporter-chart/values.yaml index 7e1c7d2..d7b434a 100644 --- a/charts/docker-hub-rate-limit-exporter-chart/values.yaml +++ b/charts/docker-hub-rate-limit-exporter-chart/values.yaml @@ -34,6 +34,10 @@ serviceAccount: # If not set and create is true, a name is generated using the fullname template name: "" +# Labels to add to each pod. +podLabels: {} + # myPodLabel: labelName + podAnnotations: {} podSecurityContext: