Skip to content

Commit

Permalink
chore(deps): bump metallb to v0.13.11 (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek authored Sep 6, 2023
1 parent 906212c commit ecb02cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/clusters/addons/metallb/metallb.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ func (a *addon) DumpDiagnostics(context.Context, clusters.Cluster) (map[string][
var (
defaultStartIP = net.ParseIP("0.0.0.100")
defaultEndIP = net.ParseIP("0.0.0.250")
metalManifest = "https://github.com/metallb/metallb/config/native?ref=v0.13.10&timeout=2m"
metalManifest = "https://github.com/metallb/metallb/config/native?ref=v0.13.11&timeout=2m"
secretKeyLen = 128
)

Expand Down

0 comments on commit ecb02cc

Please sign in to comment.