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

This commit is contained in:
Istio Automation 2024-06-04 15:26:06 -04:00 committed by GitHub
parent 69e6be62fb
commit 631295fd6a
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-35d1af3085fd0016dd4e61fd4d878107281ebee0",
"image": "gcr.io/istio-testing/build-tools:master-9207c29ca53785f9b9b1a67326d2daf2eec39b0a",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

View File

@ -1 +1 @@
5f9990de10cd7e7dd98ef8f1c6f8eda5f6478fd6
882f56284f6082417dace0a8fd667677e41f0841

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