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

This commit is contained in:
Istio Automation 2023-08-10 14:42:03 -07:00 committed by GitHub
parent cc3367c489
commit 9f303b36cd
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-837fadfda83160b87fcf4785b38ad386a48c66ab",
"image": "gcr.io/istio-testing/build-tools:master-5ff07e737aa789d3df91dbd3717963ad6db8b7f9",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

View File

@ -1 +1 @@
7d5d2f93cd46e0ca14a7586f5fa7c667335714e5
84cbddeb24a9310692f87db4435971d2d67f3e00

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