From 5c8ed9ec0810782a81a333ceeb9a13f6a1377cc5 Mon Sep 17 00:00:00 2001 From: Ben Larabie Date: Wed, 4 Oct 2023 13:47:45 -0400 Subject: [PATCH] Upgrading cni to 1.14 so that we can proceed to 1.15 w/ k8s 1.28 (#954) --- env/production/eks/terragrunt.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env/production/eks/terragrunt.hcl b/env/production/eks/terragrunt.hcl index edb1058d0..750baeb92 100644 --- a/env/production/eks/terragrunt.hcl +++ b/env/production/eks/terragrunt.hcl @@ -52,7 +52,7 @@ inputs = { eks_cluster_version = "1.27" eks_addon_coredns_version = "v1.10.1-eksbuild.2" eks_addon_kube_proxy_version = "v1.27.1-eksbuild.1" - eks_addon_vpc_cni_version = "v1.13.2-eksbuild.1" + eks_addon_vpc_cni_version = "v1.14.1-eksbuild.1" eks_node_ami_version = "1.27.5-20230919" non_api_waf_rate_limit = 500 api_waf_rate_limit = 30000