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

This commit is contained in:
Istio Automation 2024-07-09 18:02:23 -04:00 committed by GitHub
parent ed62c59c13
commit 7a987dae71
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-fbec74f127fd72c16999f8d8872b45bcf718eb1c",
"image": "gcr.io/istio-testing/build-tools:master-3a1982fd09c72f345f85d394d5cce906b5484b76",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

View File

@ -1 +1 @@
f90e4005701a38b153246bc0d9e7314977b250bb
cbe0f69e442f6d1d19c702d931b39048abd833c2

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