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

This commit is contained in:
Istio Automation 2024-05-31 09:39:11 -04:00 committed by GitHub
parent 9101bc0669
commit 94841e7a30
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-19ae86d66a54c72ca3041ff75677b630083b8463",
"image": "gcr.io/istio-testing/build-tools:master-2892b009f34a3a86638834d7a1070d549daaccd1",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

View File

@ -1 +1 @@
6124a75104420ebb060219371aee01e9b7b905be
a0434b881d7810fada661975a26b5d0ee61d688d

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-19ae86d66a54c72ca3041ff75677b630083b8463
IMAGE_VERSION=master-2892b009f34a3a86638834d7a1070d549daaccd1
fi
if [[ "${IMAGE_NAME:-}" == "" ]]; then
IMAGE_NAME=build-tools