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

This commit is contained in:
Istio Automation 2025-05-09 10:05:46 -04:00 committed by GitHub
parent 58402815b8
commit 231bb03b00
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-01f7536c929d3fafece5d92ce0f2d321205937f1",
"image": "gcr.io/istio-testing/build-tools:master-8aa031754a09946f714d6dc7df1e8bd400b4b2e9",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

View File

@ -1 +1 @@
62ed7312d9bddaa7abfd0d7222577a9a8c505e05
711151a7c7afd1deef80fa304b3e617e4ba8b7bc

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