Skip to content

Commit 84b4d90

Browse files
authored
🥑🤖 v1.13.1 release 🤖🥑 (#455)
Co-authored-by: ec2-bot 🤖 <[email protected]>
1 parent 5a299cb commit 84b4d90

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
@@ -101,7 +101,7 @@ The termination handler DaemonSet installs into your cluster a [ServiceAccount](
101101
You can use kubectl to directly add all of the above resources with the default configuration into your cluster.
102102

103103
```
104-
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.13.0/all-resources.yaml
104+
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.13.1/all-resources.yaml
105105
```
106106

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

381381
```
382-
curl -L https://github.com/aws/aws-node-termination-handler/releases/download/v1.13.0/all-resources-queue-processor.yaml -o all-resources-queue-processor.yaml
382+
curl -L https://github.com/aws/aws-node-termination-handler/releases/download/v1.13.1/all-resources-queue-processor.yaml -o all-resources-queue-processor.yaml
383383
<open all-resources-queue-processor.yaml and update QUEUE_URL value>
384384
kubectl apply -f ./all-resources-queue-processor.yaml
385385
```

0 commit comments

Comments
 (0)