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

This commit is contained in:
Istio Automation 2024-10-11 19:30:47 -04:00 committed by GitHub
parent 580ea900c7
commit 2ed0cd8423
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-8eb42e9551b9a67c330aeef783f2498647d91289",
"image": "gcr.io/istio-testing/build-tools:master-621a64a11b30f703b2e887df91862fffdd16112e",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

View File

@ -1 +1 @@
c12e9c52ed2facb49d394df9b1c92ff36fc7f5f1
d09ba3d6a3a89b606bae1bbe4a1e6537b1b72d79

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-8eb42e9551b9a67c330aeef783f2498647d91289
IMAGE_VERSION=master-621a64a11b30f703b2e887df91862fffdd16112e
fi
if [[ "${IMAGE_NAME:-}" == "" ]]; then
IMAGE_NAME=build-tools