From 96ae4b50248e26eeebf91cc7655b7eff6d299195 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bryan=E2=84=A2=EF=B8=8F?= Date: Wed, 4 Nov 2020 16:13:06 -0600 Subject: [PATCH] bump helm app and chart versions to v1.10.0 --- 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 3c56d8f8..c5a1f5fd 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.11.0 -appVersion: 1.9.0 +version: 0.12.0 +appVersion: 1.10.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 f8c98957..ab1c5006 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.9.0 + tag: v1.10.0 pullPolicy: IfNotPresent pullSecrets: []