From 6cb1cff578ae0128a4eeffb2928e52ff5186e64f Mon Sep 17 00:00:00 2001 From: Brandon Wagner Date: Wed, 18 Mar 2020 12:01:11 -0500 Subject: [PATCH] update chart for v1.3.1 patch (#125) --- config/helm/aws-node-termination-handler/Chart.yaml | 4 ++-- config/helm/aws-node-termination-handler/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/helm/aws-node-termination-handler/Chart.yaml b/config/helm/aws-node-termination-handler/Chart.yaml index 70d7b953..e47e818f 100644 --- a/config/helm/aws-node-termination-handler/Chart.yaml +++ b/config/helm/aws-node-termination-handler/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 name: aws-node-termination-handler description: A Helm chart for the AWS Node Termination Handler -version: 0.7.1 -appVersion: 1.3.0 +version: 0.7.2 +appVersion: 1.3.1 home: https://github.com/aws/eks-charts icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png sources: diff --git a/config/helm/aws-node-termination-handler/values.yaml b/config/helm/aws-node-termination-handler/values.yaml index fabcd8a7..62de9392 100644 --- a/config/helm/aws-node-termination-handler/values.yaml +++ b/config/helm/aws-node-termination-handler/values.yaml @@ -4,7 +4,7 @@ image: repository: amazon/aws-node-termination-handler - tag: v1.3.0 + tag: v1.3.1 pullPolicy: IfNotPresent pullSecrets: []