Automator: update common-files@master in istio/istio.io@master (#14212)

This commit is contained in:
Istio Automation 2023-11-30 13:05:26 -08:00 committed by GitHub
parent be9316e814
commit e071e612e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
c82168bbb849c1f6d9cb0c58807771a169e35387
ec3c720da233662bf9fb0153e72d9c493d42e49e

View File

@ -32,7 +32,7 @@ set -x
####################################################################
# DEFAULT_KIND_IMAGE is used to set the Kubernetes version for KinD unless overridden in params to setup_kind_cluster(s)
DEFAULT_KIND_IMAGE="gcr.io/istio-testing/kind-node:v1.27.3"
DEFAULT_KIND_IMAGE="gcr.io/istio-testing/kind-node:v1.28.4"
# COMMON_SCRIPTS contains the directory this file is in.
COMMON_SCRIPTS=$(dirname "${BASH_SOURCE:-$0}")