Skip to content

Commit ed44424

Browse files
Update Helm release aws-vpc-cni to v1.18.4
1 parent 8ff0130 commit ed44424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Feb2023/terraform/eks-cluster.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ resource "helm_release" "aws_cni" {
176176
namespace = "kube-system"
177177
repository = "https://aws.github.io/eks-charts"
178178
chart = "aws-vpc-cni"
179-
version = "1.2.6"
179+
version = "1.18.4"
180180
force_update = true
181181

182182
depends_on = [

0 commit comments

Comments
 (0)