2022-04-21 11:57:34 +00:00
|
|
|
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
|
2023-08-22 12:48:33 +00:00
|
|
|
. ../../scripts/lib-update.sh
|
|
|
|
|
|
|
|
#login_ecr_public
|
|
|
|
update_helm
|
2022-04-21 11:57:34 +00:00
|
|
|
|
2023-08-22 12:48:33 +00:00
|
|
|
export ISTIO_VERSION=$(yq eval '.dependencies[] | select(.name=="gateway") | .version' Chart.yaml)
|
2022-04-21 11:57:34 +00:00
|
|
|
|
2023-08-22 12:48:33 +00:00
|
|
|
patch_chart gateway
|
2023-11-15 14:39:02 +00:00
|
|
|
|
|
|
|
update_docs
|