Skip to content

Commit e71149d

Browse files
Automator: update common-files@master in istio/api@master (#3394)
1 parent 3d8c4ae commit e71149d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

common/.commonfiles.sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7c9840ee34e4b1fdffbb593354eca8ba8d6d6f7f
1+
9b8f6788017ae4be609087a254139cdd69806f73

common/scripts/kind_provisioner.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ set -x
3232
####################################################################
3333

3434
# DEFAULT_KIND_IMAGE is used to set the Kubernetes version for KinD unless overridden in params to setup_kind_cluster(s)
35-
DEFAULT_KIND_IMAGE="gcr.io/istio-testing/kind-node:v1.28.4"
35+
DEFAULT_KIND_IMAGE="gcr.io/istio-testing/kind-node:v1.30.0"
3636

3737
# the default kind cluster should be ipv4 if not otherwise specified
3838
IP_FAMILY="${IP_FAMILY:-ipv4}"
@@ -195,7 +195,7 @@ function setup_kind_cluster() {
195195
kubectl taint nodes "${NAME}"-control-plane node-role.kubernetes.io/control-plane- 2>/dev/null || true
196196

197197
# Determine what CNI to install
198-
case "${KUBERNETES_CNI:-}" in
198+
case "${KUBERNETES_CNI:-}" in
199199

200200
"calico")
201201
echo "Installing Calico CNI"

0 commit comments

Comments
 (0)