diff --git a/README.md b/README.md index fd65ed69..94a05a5a 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Your EKS cluster must have an IAM OIDC Provider. Follow the steps in [Create an ##### 1.2.1. Create the IAM Policy -Download the service account policy template for AWS CloudFormation at https://github.com/aws/aws-node-termination-handler/releases/download/v2.0.0-alpha/infrastructure.yaml +Download the service account policy template for AWS CloudFormation at https://github.com/aws/aws-node-termination-handler/releases/download/v2.0.0-beta/infrastructure.yaml Then create the IAM Policy by deploying the AWS CloudFormation stack: @@ -101,7 +101,7 @@ NTH reads events from one or more SQS Queues. If you already have an SQS Queue a *Note:* Multiple Terminators may read from a single SQS Queue. A Terminator will only delete a message if a matching node was found in the cluster. The SQS Queue's visibility window setting can help to ensure that a message is delivered to only one Terminator at a time. -You may create your own SQS Queue but an AWS CloudFormation template is available that will create an SQS Queue and commonly used rules for AWS EventBridge. Download from https://github.com/aws/aws-node-termination-handler/releases/download/v2.0.0-alpha/queue-infrastructure.yaml +You may create your own SQS Queue but an AWS CloudFormation template is available that will create an SQS Queue and commonly used rules for AWS EventBridge. Download from https://github.com/aws/aws-node-termination-handler/releases/download/v2.0.0-beta/queue-infrastructure.yaml ```sh aws cloudformation deploy \ @@ -114,7 +114,7 @@ aws cloudformation deploy \ #### 3.2. Define and deploy a Terminator -You may download a template file from https://github.com/aws/aws-node-termination-handler/releases/download/v2.0.0-alpha/terminator.yaml.tmpl. Edit the file with the required fields and desired configuration. +You may download a template file from https://github.com/aws/aws-node-termination-handler/releases/download/v2.0.0-beta/terminator.yaml.tmpl. Edit the file with the required fields and desired configuration. Deploy the Terminator: ```sh diff --git a/charts/aws-node-termination-handler-2/Chart.yaml b/charts/aws-node-termination-handler-2/Chart.yaml index fc8e3702..9993a1d0 100644 --- a/charts/aws-node-termination-handler-2/Chart.yaml +++ b/charts/aws-node-termination-handler-2/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: aws-node-termination-handler-2 description: A Helm chart for aws-node-termination-handler, an open-source component for gracefully handling termination events for node hosted in AWS. type: application -version: "0.1.0" -appVersion: "2.0.0-alpha" +version: "0.2.0" +appVersion: "2.0.0-beta" kubeVersion: ">=1.16-0" keywords: - aws diff --git a/charts/aws-node-termination-handler-2/values.yaml b/charts/aws-node-termination-handler-2/values.yaml index b2872f91..f137c473 100644 --- a/charts/aws-node-termination-handler-2/values.yaml +++ b/charts/aws-node-termination-handler-2/values.yaml @@ -13,7 +13,7 @@ controller: # . value: eu-west-1 # Image to deploy. - image: "public.ecr.aws/aws-ec2/aws-node-termination-handler-2/controller:v2.0.0-alpha" + image: "public.ecr.aws/aws-ec2/aws-node-termination-handler-2/controller:v2.0.0-beta" # Override global logging level. logLevel: "" @@ -146,7 +146,7 @@ webhook: # . value: eu-west-1 # Image to deploy. - image: "public.ecr.aws/aws-ec2/aws-node-termination-handler-2/webhook:v2.0.0-alpha" + image: "public.ecr.aws/aws-ec2/aws-node-termination-handler-2/webhook:v2.0.0-beta" # Override global logging level. logLevel: ""