Skip to content

Commit

Permalink
revert kube-vip to 0.3.9 due to "lo" bug (0.4.2 should address)
Browse files Browse the repository at this point in the history
Signed-off-by: Marques Johansson <[email protected]>
  • Loading branch information
displague committed Jan 26, 2022
1 parent b68ae15 commit 0ea9d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ variable "ccm_version" {

variable "kube_vip_version" {
type = string
default = "0.4.1"
default = "0.3.9"
description = "The version of Kube-VIP to use"
}

Expand Down

0 comments on commit 0ea9d96

Please sign in to comment.