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

This commit is contained in:
Istio Automation 2024-03-25 14:03:45 -07:00 committed by GitHub
parent c109aea5fa
commit 3050d8e481
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-061780fd3181da88f895dcfe350a34daa4aa1076",
"image": "gcr.io/istio-testing/build-tools:master-30750b44971f0d66b92a8bcd681096a5f5e487f1",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

View File

@ -1 +1 @@
559e9789af605e7d5614d85bc18d88301e264efb
f611946af7623d2ce03e2d4e146d0f238b5f0ca4

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