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

This commit is contained in:
Istio Automation 2023-10-03 12:20:20 -07:00 committed by GitHub
parent 3a313e1f48
commit cfc543374f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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-0eaa9253ee7d0ed14d1f97cfaafa3f298ea7a117",
"image": "gcr.io/istio-testing/build-tools:master-99540faae1b7599a14622e23516c3871bfa23f39",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

View File

@ -1 +1 @@
d5a960b45fd12eb7b882743955d893d30214e2a4
32d583a8a74573d66f1451578a5f7d67584cb356

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