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

This commit is contained in:
Istio Automation 2024-10-15 15:19:51 -04:00 committed by GitHub
parent e4ba233c0b
commit 6c3119b5d1
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-621a64a11b30f703b2e887df91862fffdd16112e",
"image": "gcr.io/istio-testing/build-tools:master-4759bf88d40172234fc6a0b9e11a4c5f1ea58a90",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

View File

@ -1 +1 @@
d09ba3d6a3a89b606bae1bbe4a1e6537b1b72d79
82dc68a737b72d394c344d4fd71ff9e9ebf01852

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