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

This commit is contained in:
Istio Automation 2023-07-05 10:57:30 -07:00 committed by GitHub
parent 71e23a97d0
commit 4164ebd6fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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-a6aacea56463a118b848ae002e42d72075e00f02",
"image": "gcr.io/istio-testing/build-tools:master-bb3a18f9d6ecb6f876d08fbfa6fde229979bcb1e",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

View File

@ -1 +1 @@
4f689095acd3eb53cd2a5ca8352d673d7304a8bb
af95aa03b19a13314c1d5b05cd92e3268e69063b

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