Skip to content

Commit 5825aac

Browse files
Automator: update common-files@master in istio/api@master (#2722)
1 parent 3be9c08 commit 5825aac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

common/.commonfiles.sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a6712eddcac669dc248c4b9522d07575c9c6bdb5
1+
04630fe1705e7b18a0df0e620a08e5310dd9892b

common/scripts/kind_provisioner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ function install_metallb() {
367367
kubectl apply --kubeconfig="$KUBECONFIG" -f "${COMMON_SCRIPTS}/metallb.yaml"
368368
kubectl create --kubeconfig="$KUBECONFIG" secret generic -n metallb-system memberlist --from-literal=secretkey="$(openssl rand -base64 128)"
369369

370-
if [ -z "${METALLB_IPS4[*]}" ]; then
370+
if [ -z "${METALLB_IPS4+x}" ]; then
371371
# Take IPs from the end of the docker kind network subnet to use for MetalLB IPs
372372
DOCKER_KIND_SUBNET="$(docker inspect kind | jq '.[0].IPAM.Config[0].Subnet' -r)"
373373
METALLB_IPS4=()

common/scripts/setup_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ fi
7373

7474
# Build image to use
7575
if [[ "${IMAGE_VERSION:-}" == "" ]]; then
76-
IMAGE_VERSION=master-90202090a85fc6a345d57d99cb93b10c8bffa4f1
76+
IMAGE_VERSION=master-814d918e5ddef9b6c11213252055e9d8da0a40dd
7777
fi
7878
if [[ "${IMAGE_NAME:-}" == "" ]]; then
7979
IMAGE_NAME=build-tools

0 commit comments

Comments
 (0)