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

This commit is contained in:
Istio Automation 2024-07-29 10:27:35 -04:00 committed by GitHub
parent 287bd102c1
commit 439d97f3a1
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-1710f2e9c3f527637e97b2188a6af8c87418b916",
"image": "gcr.io/istio-testing/build-tools:master-ea356c6879a30767848fe99c56d47abe0f57804e",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

View File

@ -1 +1 @@
410e7d88eae562d4cef8d48fbc56099e270202b2
8b168467c4a49a535e3a5b36a16b29076650ebd6

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