From 1c876c51dd86439522f7ab68ed638ac96869beca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bryan=E2=84=A2?= <61433408+brycahta@users.noreply.github.com> Date: Fri, 11 Dec 2020 16:20:37 -0600 Subject: [PATCH] Increment versions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa9a8ae5..e00a32c5 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ The termination handler DaemonSet installs into your cluster a [ServiceAccount]( You can use kubectl to directly add all of the above resources with the default configuration into your cluster. ``` -kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.11.0/all-resources.yaml +kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.11.1/all-resources.yaml ``` For a full list of releases and associated artifacts see our [releases page](https://github.com/aws/aws-node-termination-handler/releases). @@ -325,7 +325,7 @@ IAM Policy for aws-node-termination-handler Deployment: You can use kubectl to directly add all of the above resources with the default configuration into your cluster. ``` -kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.10.0/all-resources-queue-processor.yaml +kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.11.1/all-resources-queue-processor.yaml ``` For a full list of releases and associated artifacts see our [releases page](https://github.com/aws/aws-node-termination-handler/releases).