From eb7dbebc30ddad260b5320efd0c19cc2fc3a6eaa Mon Sep 17 00:00:00 2001 From: Marques Johansson Date: Fri, 11 Feb 2022 12:26:51 -0500 Subject: [PATCH] update kube-vip to 0.4.2, fixes source routing Signed-off-by: Marques Johansson --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 5b3198f..4570c50 100644 --- a/variables.tf +++ b/variables.tf @@ -112,7 +112,7 @@ variable "ccm_version" { variable "kube_vip_version" { type = string - default = "0.3.9" + default = "0.4.2" description = "The version of Kube-VIP to use" }