diff --git a/stable/k8s-spot-termination-handler/Chart.yaml b/stable/k8s-spot-termination-handler/Chart.yaml index fd1573bcb3..e9f77466d1 100644 --- a/stable/k8s-spot-termination-handler/Chart.yaml +++ b/stable/k8s-spot-termination-handler/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "1.13.0-1" description: The K8s Spot Termination handler handles draining AWS Spot Instances in response to termination requests. name: k8s-spot-termination-handler -version: 1.2.0 +version: 1.2.1 keywords: - spot - termination diff --git a/stable/k8s-spot-termination-handler/templates/NOTES.txt b/stable/k8s-spot-termination-handler/templates/NOTES.txt index 467f4e1790..eab1b9d7d5 100644 --- a/stable/k8s-spot-termination-handler/templates/NOTES.txt +++ b/stable/k8s-spot-termination-handler/templates/NOTES.txt @@ -1,3 +1,3 @@ To verify that k8s-spot-termination-handler has started, run: - kubectl --namespace={{ .Release.Namespace }} get pods -l "app={{ template "k8s-spot-termination-handler.name" . }},release={{ .Release.Name }}" + kubectl --namespace={{ .Release.Namespace }} get pods -l "app.kubernetes.io/name={{ include "k8s-spot-termination-handler.name" . }},app.kubernetes.io/instance={{ .Release.Name }}"