We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d64d53 commit 7f1a5efCopy full SHA for 7f1a5ef
1 file changed
scripts/kind/setup-metallb.sh
@@ -4,7 +4,7 @@ set -o errexit
4
set -o pipefail
5
set -o nounset
6
7
-METALLB_VERSION=${METALLB_VERSION:-v0.13.7}
+METALLB_VERSION=${METALLB_VERSION:-v0.15.3}
8
9
kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/${METALLB_VERSION}/config/manifests/metallb-native.yaml
10
0 commit comments