Skip to content

Commit df7f64e

Browse files
authored
🥑🤖 v1.16.3 release 🤖🥑 (#637)
Co-authored-by: ec2-bot 🤖 <ec2-bot@users.noreply.github.com>
1 parent 25e0ed9 commit df7f64e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The termination handler DaemonSet installs into your cluster a [ServiceAccount](
106106
You can use kubectl to directly add all of the above resources with the default configuration into your cluster.
107107

108108
```
109-
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.16.2/all-resources.yaml
109+
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.16.3/all-resources.yaml
110110
```
111111

112112
For a full list of releases and associated artifacts see our [releases page](https://github.com/aws/aws-node-termination-handler/releases).
@@ -421,7 +421,7 @@ Queue Processor needs an **sqs queue url** to function; therefore, manifest chan
421421
Minimal Config:
422422

423423
```
424-
curl -L https://github.com/aws/aws-node-termination-handler/releases/download/v1.16.2/all-resources-queue-processor.yaml -o all-resources-queue-processor.yaml
424+
curl -L https://github.com/aws/aws-node-termination-handler/releases/download/v1.16.3/all-resources-queue-processor.yaml -o all-resources-queue-processor.yaml
425425
<open all-resources-queue-processor.yaml and update QUEUE_URL value>
426426
kubectl apply -f ./all-resources-queue-processor.yaml
427427
```

0 commit comments

Comments
 (0)