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

This commit is contained in:
Istio Automation 2023-08-09 08:01:16 -07:00 committed by GitHub
parent af50e17908
commit 5d076c1a33
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", "name": "istio build-tools",
"image": "gcr.io/istio-testing/build-tools:master-1a11fda6c5ff6651c9ab6a99df8a425b891211b9", "image": "gcr.io/istio-testing/build-tools:master-837fadfda83160b87fcf4785b38ad386a48c66ab",
"privileged": true, "privileged": true,
"remoteEnv": { "remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True", "USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

View File

@ -1 +1 @@
b7ae4ccfe83bff3a11fad85b71f4e42b75f1fc1d 6403a5054d10955bf227504b88aecf8b2816928e

View File

@ -75,7 +75,7 @@ fi
TOOLS_REGISTRY_PROVIDER=${TOOLS_REGISTRY_PROVIDER:-gcr.io} TOOLS_REGISTRY_PROVIDER=${TOOLS_REGISTRY_PROVIDER:-gcr.io}
PROJECT_ID=${PROJECT_ID:-istio-testing} PROJECT_ID=${PROJECT_ID:-istio-testing}
if [[ "${IMAGE_VERSION:-}" == "" ]]; then if [[ "${IMAGE_VERSION:-}" == "" ]]; then
IMAGE_VERSION=master-1a11fda6c5ff6651c9ab6a99df8a425b891211b9 IMAGE_VERSION=master-837fadfda83160b87fcf4785b38ad386a48c66ab
fi fi
if [[ "${IMAGE_NAME:-}" == "" ]]; then if [[ "${IMAGE_NAME:-}" == "" ]]; then
IMAGE_NAME=build-tools IMAGE_NAME=build-tools