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

This commit is contained in:
Istio Automation 2025-05-13 17:58:13 -04:00 committed by GitHub
parent b37c0a45e6
commit 89af7c1970
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-8aa031754a09946f714d6dc7df1e8bd400b4b2e9",
"image": "gcr.io/istio-testing/build-tools:master-ad62c06c1bc16a88743df338ec45a297ea9fcd91",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

View File

@ -1 +1 @@
711151a7c7afd1deef80fa304b3e617e4ba8b7bc
919afe40850e6735326529d12ed1a3aa192444d0

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-8aa031754a09946f714d6dc7df1e8bd400b4b2e9
IMAGE_VERSION=master-ad62c06c1bc16a88743df338ec45a297ea9fcd91
fi
if [[ "${IMAGE_NAME:-}" == "" ]]; then
IMAGE_NAME=build-tools