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

This commit is contained in:
Istio Automation 2023-07-10 09:20:38 -07:00 committed by GitHub
parent 117d095690
commit f850977e09
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-abc275e31699771b23c44bb81b8fef6e534517bf",
"image": "gcr.io/istio-testing/build-tools:master-df9603634533861a5749102076341ca11e2933d9",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

View File

@ -1 +1 @@
aac3c58f52639513df780e9aae765b324278c209
c4e3f2f71bbc74d850fb70f1a01e9eebea58008d

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