mirror of https://github.com/istio/istio.io.git
Update k8s version used for istio.io tests (#12505)
This commit is contained in:
parent
2caec357df
commit
5371d7ee43
|
@ -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)}"
|
||||
|
|
Loading…
Reference in New Issue