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

This commit is contained in:
Istio Automation 2023-03-13 10:11:25 -07:00 committed by GitHub
parent e22ffc9782
commit 5e997119fa
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 +1 @@
a6712eddcac669dc248c4b9522d07575c9c6bdb5
04630fe1705e7b18a0df0e620a08e5310dd9892b

View File

@ -367,7 +367,7 @@ function install_metallb() {
kubectl apply --kubeconfig="$KUBECONFIG" -f "${COMMON_SCRIPTS}/metallb.yaml"
kubectl create --kubeconfig="$KUBECONFIG" secret generic -n metallb-system memberlist --from-literal=secretkey="$(openssl rand -base64 128)"
if [ -z "${METALLB_IPS4[*]}" ]; then
if [ -z "${METALLB_IPS4+x}" ]; then
# Take IPs from the end of the docker kind network subnet to use for MetalLB IPs
DOCKER_KIND_SUBNET="$(docker inspect kind | jq '.[0].IPAM.Config[0].Subnet' -r)"
METALLB_IPS4=()

View File

@ -73,7 +73,7 @@ fi
# Build image to use
if [[ "${IMAGE_VERSION:-}" == "" ]]; then
IMAGE_VERSION=master-90202090a85fc6a345d57d99cb93b10c8bffa4f1
IMAGE_VERSION=master-814d918e5ddef9b6c11213252055e9d8da0a40dd
fi
if [[ "${IMAGE_NAME:-}" == "" ]]; then
IMAGE_NAME=build-tools