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

This commit is contained in:
Istio Automation 2024-12-02 12:49:36 -05:00 committed by GitHub
parent 3ba650f202
commit f4c5746105
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-12939d7be6baee95d63b1a9d7c4e194f1b241257",
"image": "gcr.io/istio-testing/build-tools:master-3d91e3d29bd1057b14995647d90cbf85e043eba6",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

View File

@ -1 +1 @@
e955cacd8ba890189a80551485d35a0e228276ec
a51c98a54f1d406a21dd2ff0c7bf49ff995dde23

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