Skip to content

Commit

Permalink
Chore: Update kube vip and MetalLB (#257)
Browse files Browse the repository at this point in the history
* chore(dependencies): updated metallb to v0.13.9

* chore(dependencies): updated kube-vip to v0.5.11
  • Loading branch information
timothystewart6 committed Mar 15, 2023
1 parent 83fe507 commit 3e16ab6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions inventory/sample/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ extra_agent_args: >-
{{ extra_args }}
# image tag for kube-vip
kube_vip_tag_version: "v0.5.7"
kube_vip_tag_version: "v0.5.11"

# metallb type frr or native
metal_lb_type: "native"
Expand All @@ -56,8 +56,8 @@ metal_lb_mode: "layer2"

# image tag for metal lb
metal_lb_frr_tag_version: "v7.5.1"
metal_lb_speaker_tag_version: "v0.13.7"
metal_lb_controller_tag_version: "v0.13.7"
metal_lb_speaker_tag_version: "v0.13.9"
metal_lb_controller_tag_version: "v0.13.9"

# metallb ip range for load balancer
metal_lb_ip_range: "192.168.30.80-192.168.30.90"
Expand Down

0 comments on commit 3e16ab6

Please sign in to comment.