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

This commit is contained in:
Istio Automation 2025-04-25 04:51:02 -04:00 committed by GitHub
parent 2c84bb4d9e
commit 1dd9443a59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "istio build-tools",
"image": "gcr.io/istio-testing/build-tools:master-7a1b60b47c08d713e5ba3678eb37088d50def5e4",
"image": "gcr.io/istio-testing/build-tools:master-d68f5530c9370501accb48f6473af8ec3e3af2d7",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

View File

@ -1 +1 @@
f0116f7aa63736e3bda3f71010c549794714bb72
e387816e7e777e9fb1d0dc076d6e5be35bfe3fd3

View File

@ -75,7 +75,7 @@ fi
TOOLS_REGISTRY_PROVIDER=${TOOLS_REGISTRY_PROVIDER:-gcr.io}
PROJECT_ID=${PROJECT_ID:-istio-testing}
if [[ "${IMAGE_VERSION:-}" == "" ]]; then
IMAGE_VERSION=master-7a1b60b47c08d713e5ba3678eb37088d50def5e4
IMAGE_VERSION=master-d68f5530c9370501accb48f6473af8ec3e3af2d7
fi
if [[ "${IMAGE_NAME:-}" == "" ]]; then
IMAGE_NAME=build-tools