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

This commit is contained in:
Istio Automation 2024-07-02 12:44:51 -04:00 committed by GitHub
parent 5c2e1a9d69
commit 2f877b3f78
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-b9a4a433d98c4160b77c77a93be94f2aa07c5c4d",
"image": "gcr.io/istio-testing/build-tools:master-971914c666d927bef34865d2437b78860d575065",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

View File

@ -1 +1 @@
d668a644804baba70c5d6bd4b7015b30b933c6c2
827fa4773ee564dd4a22895ab14f22bf4394ae69

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