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

This commit is contained in:
Istio Automation 2024-07-08 18:35:22 -04:00 committed by GitHub
parent 94a67d1a60
commit 8c19270041
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-c99bbd718c95a007fc7433c6d8d047bdeda2e561",
"image": "gcr.io/istio-testing/build-tools:master-fbec74f127fd72c16999f8d8872b45bcf718eb1c",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

View File

@ -1 +1 @@
7cc2aae29bbad264613b1247766df26a6b0dbc6f
f90e4005701a38b153246bc0d9e7314977b250bb

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