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

This commit is contained in:
Istio Automation 2023-08-04 07:02:11 -07:00 committed by GitHub
parent 29aa5e8903
commit a4ddc50b08
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-936207ec8823f21aa330a82c20649c6f9e2f7a22",
"image": "gcr.io/istio-testing/build-tools:master-257ca0b8eb953b97cb6d500fa4098885911316e1",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

View File

@ -1 +1 @@
3e7e4a6330e5a70608669a7bce30c737d961b36e
ba59b538ab6e9a50510152dc3499a0986c87d1b4

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