Skip to content

Commit 1f9b72a

Browse files
authored
multiple fixes (#709)
* fix script permissions * remove html formatting in README.md * update helm chart image urls
1 parent 838e8d4 commit 1f9b72a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<h1>AWS Node Termination Handler</h1>
1+
# AWS Node Termination Handler
22

3-
<h4>Gracefully handle EC2 instance shutdown within Kubernetes</h4>
3+
#### Gracefully handle EC2 instance shutdown within Kubernetes
44

55
## Project Summary
66

charts/aws-node-termination-handler-2/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ controller:
1313
# . value: eu-west-1
1414

1515
# Image to deploy.
16-
image: "public.ecr.aws/aws-node-termination-handler:v2.0.0-0.1"
16+
image: "public.ecr.aws/aws-ec2/aws-node-termination-handler-2/controller:v2.0.0-alpha"
1717

1818
# Override global logging level.
1919
logLevel: ""
@@ -173,7 +173,7 @@ webhook:
173173
# . value: eu-west-1
174174

175175
# Image to deploy.
176-
image: "public.ecr.aws/aws-node-termination-handler:v2.0.0-0.1"
176+
image: "public.ecr.aws/aws-ec2/aws-node-termination-handler-2/webhook:v2.0.0-alpha"
177177

178178
# Override global logging level.
179179
logLevel: ""

scripts/download-gh.sh

100644100755
File mode changed.

scripts/sync-readme-to-ecr-public.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)