Update kind-node version (#13426)

This commit is contained in:
Eric Van Norman 2023-06-21 10:18:11 -05:00 committed by GitHub
parent e3cd139160
commit 8e6412c642
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ if [ -n "${PULL_NUMBER:-}" ]; then
fi
export IP_FAMILY="${IP_FAMILY:-ipv4}"
export NODE_IMAGE="gcr.io/istio-testing/kind-node:v1.27.0"
export NODE_IMAGE="gcr.io/istio-testing/kind-node:v1.27.3"
if [[ -z "${SKIP_SETUP:-}" ]]; then
export ARTIFACTS="${ARTIFACTS:-$(mktemp -d)}"