kubezero/charts/kubezero-istio-gateway/update.sh

14 lines
216 B
Bash
Raw Permalink Normal View History

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