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

This commit is contained in:
Istio Automation 2024-07-18 12:34:19 -04:00 committed by GitHub
parent 0618f04fd3
commit e52b22db5e
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-9751f0d4c3808a14b81505d71bafc19e6959f0d8",
"image": "gcr.io/istio-testing/build-tools:master-1710f2e9c3f527637e97b2188a6af8c87418b916",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

View File

@ -1 +1 @@
46bb6b69ee600536ba5bce2fe9c9d64dc4165ac3
bd7126fd447f48a5ae17590921baca332ab0593c

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