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

This commit is contained in:
Istio Automation 2025-05-22 10:17:23 -04:00 committed by GitHub
parent 47f01c5ead
commit 34cff8866d
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-6ee6a64cac34c715a064d25abb2fa06cda40939d",
"image": "gcr.io/istio-testing/build-tools:master-6a1c744ef226989e2d5be532282f9098f77877fd",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

View File

@ -1 +1 @@
aeb5bbf66f30b08418bce67ccd167384dfd3442a
2dfbf3bcd0b3c217b5d8a285472cabf492f8eae3

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