diff --git a/stable/aws-node-termination-handler/Chart.yaml b/stable/aws-node-termination-handler/Chart.yaml index 8f59d4ff6..c46cb2594 100644 --- a/stable/aws-node-termination-handler/Chart.yaml +++ b/stable/aws-node-termination-handler/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: aws-node-termination-handler description: A Helm chart for the AWS Node Termination Handler. type: application -version: 0.18.0 -appVersion: 1.16.0 +version: 0.18.1 +appVersion: 1.16.1 kubeVersion: ">= 1.16-0" keywords: - aws diff --git a/stable/aws-node-termination-handler/templates/servicemonitor.yaml b/stable/aws-node-termination-handler/templates/servicemonitor.yaml index d5fe14795..06fcadcd3 100644 --- a/stable/aws-node-termination-handler/templates/servicemonitor.yaml +++ b/stable/aws-node-termination-handler/templates/servicemonitor.yaml @@ -25,5 +25,5 @@ spec: {{- end }} selector: matchLabels: - {{- include "aws-node-termination-handler.selectorLabelsDeployment" . | nindent 6 }} + {{- include "aws-node-termination-handler.labels" . | nindent 6 }} {{- end -}}