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

This commit is contained in:
Istio Automation 2024-01-16 13:32:43 -08:00 committed by GitHub
parent 881e4b4cb5
commit 8b97ad64b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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-c74bd02738dce6695e6206d2b517a8b69e648754",
"image": "gcr.io/istio-testing/build-tools:master-1782289c9eb44a462e581edb6712afebb3138b2f",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

View File

@ -1 +1 @@
50612729ef74c89d3704a537afac07b28c972879
372be4999661538e00683895441a643f792f965b

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