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

This commit is contained in:
Istio Automation 2024-06-05 13:08:06 -04:00 committed by GitHub
parent c49f1fd636
commit 5f73fbff81
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-9207c29ca53785f9b9b1a67326d2daf2eec39b0a",
"image": "gcr.io/istio-testing/build-tools:master-a190abd165fe1155e0d31c207223b9ee2ded0b24",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

View File

@ -1 +1 @@
227a3c84e7a83be4d2cbe9eb219c4de7979415e2
58bbdce175e58b89c3b090d8dc596d29a299dd8f

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