From b1a37edf4feb9da50b7abb1ab31a4f34de4e2398 Mon Sep 17 00:00:00 2001 From: Max Williams Date: Thu, 9 May 2019 00:42:48 +0200 Subject: [PATCH] [stable/k8s-spot-termination-handler] fix NOTES.txt with new label style (#13613) Signed-off-by: Max Williams --- stable/k8s-spot-termination-handler/Chart.yaml | 2 +- stable/k8s-spot-termination-handler/templates/NOTES.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}"