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

This commit is contained in:
Istio Automation 2025-03-11 16:02:09 -04:00 committed by GitHub
parent 3d2167e4dd
commit 904595494b
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-f765f42b0bbcfbfffc112630404904784118a25b",
"image": "gcr.io/istio-testing/build-tools:master-f5a08fd5c467fd33db561a5f11d1841e9b9454b9",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

View File

@ -1 +1 @@
a9d82bf26d6489101ef5483f11740308534ce55e
db6d9d4ee069604a8ea93d26ff3fd64ad5bc570b

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