Skip to content

Commit 7f1a5ef

Browse files
chore(deps): upgrade metallb (#1597)
Was causing e2e to fail after upgrading QEMU action to 4 --------- Signed-off-by: Jet Chiang <pokyuen.jetchiang-ext@solo.io>
1 parent 9d64d53 commit 7f1a5ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/kind/setup-metallb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -o errexit
44
set -o pipefail
55
set -o nounset
66

7-
METALLB_VERSION=${METALLB_VERSION:-v0.13.7}
7+
METALLB_VERSION=${METALLB_VERSION:-v0.15.3}
88

99
kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/${METALLB_VERSION}/config/manifests/metallb-native.yaml
1010

0 commit comments

Comments
 (0)