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

This commit is contained in:
Istio Automation 2023-08-29 20:25:07 -07:00 committed by GitHub
parent 9c03812dc0
commit fb364e8ef1
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-fe2a9dec75f802793d2a4e4d63b8622e49e2aba8",
"image": "gcr.io/istio-testing/build-tools:master-1910456f932b25c53af846d99330f74d6569edb8",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

View File

@ -1 +1 @@
085eb1461a95640fc545d9d686a46dc9e64520da
329b71f9fffd12b4f3a0db1dff6188a5def370ba

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