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

This commit is contained in:
Istio Automation 2024-05-02 07:03:43 -07:00 committed by GitHub
parent fb9a3c56c3
commit 148548400e
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-8fb9ce88f6ad4cdd35c1660cd0ad0ab67eff4c6c",
"image": "gcr.io/istio-testing/build-tools:master-0a3e32bcf545d54c5dcc3833b1ecfd911b5533a2",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

View File

@ -1 +1 @@
e815dd568ad11e92eb49f05df6e5218dc89e159f
34d5536164dfc75b4a087666aaf733947c87e076

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-8fb9ce88f6ad4cdd35c1660cd0ad0ab67eff4c6c
IMAGE_VERSION=master-0a3e32bcf545d54c5dcc3833b1ecfd911b5533a2
fi
if [[ "${IMAGE_NAME:-}" == "" ]]; then
IMAGE_NAME=build-tools