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

This commit is contained in:
Istio Automation 2025-01-20 14:20:56 -05:00 committed by GitHub
parent 385a40cc80
commit ec4ab2f3a1
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-e02796cba1a2e48e50a8d09c60f9c6140b8a41ba",
"image": "gcr.io/istio-testing/build-tools:master-ba6e7d3a0ff9666b1cc2a650507b0d99acfefff4",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

View File

@ -1 +1 @@
09704d7c4b708d76ef91b1a1b091679a37def6bf
272e6cbb1bfbeceeec17ba3ab6a103305db2725b

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