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

This commit is contained in:
Istio Automation 2023-08-07 13:47:04 -07:00 committed by GitHub
parent e2ec45ee61
commit c6c496f77d
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-257ca0b8eb953b97cb6d500fa4098885911316e1",
"image": "gcr.io/istio-testing/build-tools:master-1a11fda6c5ff6651c9ab6a99df8a425b891211b9",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

View File

@ -1 +1 @@
ba59b538ab6e9a50510152dc3499a0986c87d1b4
b7ae4ccfe83bff3a11fad85b71f4e42b75f1fc1d

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