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

This commit is contained in:
Istio Automation 2024-10-04 20:51:01 -04:00 committed by GitHub
parent 3b9387b4d4
commit 3af757372d
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-1fec76d441c9ed8960d9d5c37ca09353f8ce6c7a",
"image": "gcr.io/istio-testing/build-tools:master-8463430ba963638b35745d773045701f6d02014d",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

View File

@ -1 +1 @@
67f3567c61ebe31e0f78dbf7b986ac58e344e1fe
430db67c8ca3604651633bcf49bb096193933ef8

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