Skip to content

Commit 0f00462

Browse files
Automator: update [email protected] in istio/[email protected] (#16644)
1 parent 51d13d6 commit 0f00462

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "istio build-tools",
3-
"image": "gcr.io/istio-testing/build-tools:master-f2e92ddbc4c523e36db35a97458cb76a0581f51f",
3+
"image": "gcr.io/istio-testing/build-tools:master-6ffbc42a6a6e53188b7b86c84609475167106efd",
44
"privileged": true,
55
"remoteEnv": {
66
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

common/.commonfiles.sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8d2ed42c33918e9ef378a4bc689e70fe0dd9e9ad
1+
43da809d33c1dcf1c1316f26d7598d74555dc739

common/scripts/kind_provisioner.sh

Lines changed: 1 addition & 1 deletion
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.32.0"
35+
DEFAULT_KIND_IMAGE="gcr.io/istio-testing/kind-node:v1.33.1"
3636

3737
# the default kind cluster should be ipv4 if not otherwise specified
3838
KIND_IP_FAMILY="${KIND_IP_FAMILY:-ipv4}"

common/scripts/setup_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ fi
7575
TOOLS_REGISTRY_PROVIDER=${TOOLS_REGISTRY_PROVIDER:-gcr.io}
7676
PROJECT_ID=${PROJECT_ID:-istio-testing}
7777
if [[ "${IMAGE_VERSION:-}" == "" ]]; then
78-
IMAGE_VERSION=master-f2e92ddbc4c523e36db35a97458cb76a0581f51f
78+
IMAGE_VERSION=master-6ffbc42a6a6e53188b7b86c84609475167106efd
7979
fi
8080
if [[ "${IMAGE_NAME:-}" == "" ]]; then
8181
IMAGE_NAME=build-tools

0 commit comments

Comments
 (0)