Skip to content

Commit badd75d

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.13.2"
180180
force_update = true
181181

182182
depends_on = [

0 commit comments

Comments
 (0)