Update k8s version used for istio.io tests (#12505)

This commit is contained in:
Eric Van Norman 2023-01-23 12:21:43 -06:00 committed by GitHub
parent 2caec357df
commit 5371d7ee43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ while (( "$#" )); do
done
export IP_FAMILY="${IP_FAMILY:-ipv4}"
export NODE_IMAGE="gcr.io/istio-testing/kind-node:v1.26.0"
export NODE_IMAGE="gcr.io/istio-testing/kind-node:v1.26.1"
if [[ -z "${SKIP_SETUP:-}" ]]; then
export ARTIFACTS="${ARTIFACTS:-$(mktemp -d)}"