2021-12-01 15:43:42 +00:00
|
|
|
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
|
2023-08-20 15:38:51 +00:00
|
|
|
. ../../scripts/lib-update.sh
|
2022-06-01 08:11:31 +00:00
|
|
|
|
2023-08-21 11:56:56 +00:00
|
|
|
login_ecr_public
|
|
|
|
update_helm
|
|
|
|
|
2023-08-20 15:38:51 +00:00
|
|
|
patch_chart aws-node-termination-handler
|
|
|
|
patch_chart aws-eks-asg-rolling-update-handler
|
2023-08-20 17:06:25 +00:00
|
|
|
|
|
|
|
update_docs
|