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

This commit is contained in:
Istio Automation 2023-06-27 11:46:37 -07:00 committed by GitHub
parent 27b2a2ebf7
commit 73afe3395d
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-cc8d9caebe583f65880346fd7e3bd68dc67ea9ea",
"image": "gcr.io/istio-testing/build-tools:master-4c71169512fe79b59b89664ef1b273da813d1c93",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

View File

@ -1 +1 @@
44cd666365ce8a77eff62f740eecdb1b2ad47b54
a728190cddfb7aa1763f0aad8c02fae12103f6f8

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