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

This commit is contained in:
Istio Automation 2023-07-07 17:25:34 -07:00 committed by GitHub
parent 4490887d4e
commit e7fc027aeb
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-daf61d16687130dc3cb60896f395f0d2df702669",
"image": "gcr.io/istio-testing/build-tools:master-abc275e31699771b23c44bb81b8fef6e534517bf",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

View File

@ -1 +1 @@
106e73d963e3b95184d201a23f87a4d5ff66dce9
aac3c58f52639513df780e9aae765b324278c209

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