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

This commit is contained in:
Istio Automation 2023-07-03 07:21:27 -07:00 committed by GitHub
parent f06648e32f
commit 9995558add
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-4c71169512fe79b59b89664ef1b273da813d1c93",
"image": "gcr.io/istio-testing/build-tools:master-a6aacea56463a118b848ae002e42d72075e00f02",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

View File

@ -1 +1 @@
a728190cddfb7aa1763f0aad8c02fae12103f6f8
4f689095acd3eb53cd2a5ca8352d673d7304a8bb

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