From 65992b0b674b0190270857ad38f96a1385e39813 Mon Sep 17 00:00:00 2001 From: Austin Siu Date: Wed, 27 Oct 2021 13:39:43 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=A5=91=F0=9F=A4=96=20v1.14.0=20release=20?= =?UTF-8?q?prep=20=F0=9F=A4=96=F0=9F=A5=91=20(#519)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: ec2-bot 🤖 --- 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 dae8179a..652b3f50 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.15.4 -appVersion: 1.13.4 +version: 0.16.0 +appVersion: 1.14.0 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 60035b1f..125e2700 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: public.ecr.aws/aws-ec2/aws-node-termination-handler - tag: v1.13.4 + tag: v1.14.0 pullPolicy: IfNotPresent pullSecrets: []