File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apiVersion : v1
22name : aws-vpc-cni
3- version : 1.21 .2
4- appVersion : " v1.21 .2"
3+ version : 1.22 .2
4+ appVersion : " v1.22 .2"
55description : A Helm chart for the AWS VPC CNI
66icon : https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
77home : https://github.com/aws/amazon-vpc-cni-k8s
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ The following table lists the configurable parameters for this chart and their d
4848| ` minimumWindowsIPTarget ` | Minimum IP target value for Windows prefix delegation | ` 3 ` |
4949| ` branchENICooldown ` | Number of seconds that branch ENIs remain in cooldown | ` 60 ` |
5050| ` fullnameOverride ` | Override the fullname of the chart | ` aws-node ` |
51- | ` image.tag ` | Image tag | ` v1.21 .2 ` |
51+ | ` image.tag ` | Image tag | ` v1.22 .2 ` |
5252| ` image.domain ` | ECR repository domain | ` amazonaws.com ` |
5353| ` image.region ` | ECR repository region to use. Should match your cluster | ` us-west-2 ` |
5454| ` image.endpoint ` | ECR repository endpoint to use. | ` ecr ` |
@@ -57,7 +57,7 @@ The following table lists the configurable parameters for this chart and their d
5757| ` image.overrideRepository ` | Repository override for the image (does not change the tag) | ` nil ` |
5858| ` image.override ` | A custom docker image to use | ` nil ` |
5959| ` imagePullSecrets ` | Docker registry pull secret | ` [] ` |
60- | ` init.image.tag ` | Image tag | ` v1.21 .2 ` |
60+ | ` init.image.tag ` | Image tag | ` v1.22 .2 ` |
6161| ` init.image.domain ` | ECR repository domain | ` amazonaws.com ` |
6262| ` init.image.region ` | ECR repository region to use. Should match your cluster | ` us-west-2 ` |
6363| ` init.image.endpoint ` | ECR repository endpoint to use. | ` ecr ` |
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ nameOverride: aws-node
88
99init :
1010 image :
11- tag : v1.21 .2
11+ tag : v1.22 .2
1212 domain : amazonaws.com
1313 region : us-west-2
1414 endpoint : ecr
@@ -57,7 +57,7 @@ nodeAgent:
5757 resources : {}
5858
5959image :
60- tag : v1.21 .2
60+ tag : v1.22 .2
6161 domain : amazonaws.com
6262 region : us-west-2
6363 endpoint : ecr
9393 ENABLE_IPv4 : " true"
9494 ENABLE_IPv6 : " false"
9595 ENABLE_SUBNET_DISCOVERY : " true"
96- VPC_CNI_VERSION : " v1.21 .2"
96+ VPC_CNI_VERSION : " v1.22 .2"
9797 NETWORK_POLICY_ENFORCING_MODE : " standard"
9898 ENABLE_IMDS_ONLY_MODE : " false"
9999 ENABLE_MULTI_NIC : " false"
You can’t perform that action at this time.
0 commit comments