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

This commit is contained in:
Istio Automation 2024-06-11 18:44:47 -04:00 committed by GitHub
parent 4f946f96e8
commit 7794bca064
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-a190abd165fe1155e0d31c207223b9ee2ded0b24",
"image": "gcr.io/istio-testing/build-tools:master-5f41028f26adf855f0dd0bfd8781621f0a57d471",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

View File

@ -1 +1 @@
58bbdce175e58b89c3b090d8dc596d29a299dd8f
d5363ff28cadae7d9404712bc4bc31036bf0ab2f

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