diff --git a/charts/azure-devops-exporter/Chart.yaml b/charts/azure-devops-exporter/Chart.yaml index ce390cf..48cf074 100644 --- a/charts/azure-devops-exporter/Chart.yaml +++ b/charts/azure-devops-exporter/Chart.yaml @@ -2,6 +2,6 @@ apiVersion: v2 name: azure-devops-exporter description: A Helm chart for Kubernetes ADO Exporter type: application -version: 0.3.0 +version: 0.4.0 appVersion: "1.16.0" diff --git a/charts/azure-devops-exporter/templates/deployment.yaml b/charts/azure-devops-exporter/templates/deployment.yaml index 18ca26b..4d9a929 100644 --- a/charts/azure-devops-exporter/templates/deployment.yaml +++ b/charts/azure-devops-exporter/templates/deployment.yaml @@ -38,3 +38,7 @@ spec: nodeSelector: {{- toYaml . | nindent 8 }} {{- end }} + {{- with .Values.tolerations }} + tolerations: + {{- toYaml . | nindent 8 }} + {{- end }}