Skip to content

Commit 287715f

Browse files
authored
Revert "🥑🤖 v1.21.0 release prep 🤖🥑 (#953)" (#961)
This reverts commit f3b7d4f.
1 parent dc8b0f8 commit 287715f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ When using Kubernetes [Pod Security Admission](https://kubernetes.io/docs/concep
127127
You can use kubectl to directly add all of the above resources with the default configuration into your cluster.
128128

129129
```
130-
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.21.0/all-resources.yaml
130+
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.20.0/all-resources.yaml
131131
```
132132

133133
For a full list of releases and associated artifacts see our [releases page](https://github.com/aws/aws-node-termination-handler/releases).
@@ -200,7 +200,7 @@ helm upgrade --install aws-node-termination-handler \
200200
oci://public.ecr.aws/aws-ec2/helm/aws-node-termination-handler --version $CHART_VERSION
201201
```
202202

203-
For a full list of configuration options see our [Helm readme](https://github.com/aws/aws-node-termination-handler/blob/v1.21.0/config/helm/aws-node-termination-handler#readme).
203+
For a full list of configuration options see our [Helm readme](https://github.com/aws/aws-node-termination-handler/blob/v1.20.0/config/helm/aws-node-termination-handler#readme).
204204

205205
</details>
206206

@@ -490,7 +490,7 @@ helm upgrade --install aws-node-termination-handler \
490490
oci://public.ecr.aws/aws-ec2/helm/aws-node-termination-handler --version $CHART_VERSION
491491
```
492492

493-
For a full list of configuration options see our [Helm readme](https://github.com/aws/aws-node-termination-handler/blob/v1.21.0/config/helm/aws-node-termination-handler#readme).
493+
For a full list of configuration options see our [Helm readme](https://github.com/aws/aws-node-termination-handler/blob/v1.20.0/config/helm/aws-node-termination-handler#readme).
494494

495495
#### Single Instance vs Multiple Replicas
496496

@@ -515,7 +515,7 @@ Queue Processor needs an **SQS queue URL** to function; therefore, manifest chan
515515
Minimal Config:
516516

517517
```
518-
curl -L https://github.com/aws/aws-node-termination-handler/releases/download/v1.21.0/all-resources-queue-processor.yaml -o all-resources-queue-processor.yaml
518+
curl -L https://github.com/aws/aws-node-termination-handler/releases/download/v1.20.0/all-resources-queue-processor.yaml -o all-resources-queue-processor.yaml
519519
<open all-resources-queue-processor.yaml and update QUEUE_URL value>
520520
kubectl apply -f ./all-resources-queue-processor.yaml
521521
```

config/helm/aws-node-termination-handler/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: aws-node-termination-handler
33
description: A Helm chart for the AWS Node Termination Handler.
44
type: application
5-
version: 0.23.0
6-
appVersion: 1.21.0
5+
version: 0.22.0
6+
appVersion: 1.20.0
77
kubeVersion: ">= 1.16-0"
88
keywords:
99
- aws

0 commit comments

Comments
 (0)