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

This commit is contained in:
Istio Automation 2024-03-21 08:25:07 -07:00 committed by GitHub
parent 9f2b9850ac
commit 0589af2aa2
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-1ee4cbbec23a26932c8795961dcf4e604ef6dc50",
"image": "gcr.io/istio-testing/build-tools:master-061780fd3181da88f895dcfe350a34daa4aa1076",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

View File

@ -1 +1 @@
988d7adc3ffb7039f654021b5693aa05bb90b1cf
559e9789af605e7d5614d85bc18d88301e264efb

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