Skip to content

Commit

Permalink
update vpc cni version to v1.16.4-eksbuild.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nightfury1204 committed Mar 20, 2024
1 parent 2fdd9d3 commit 102ad19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/system/aws/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ variable "vpc_id" {
// https://docs.aws.amazon.com/eks/latest/userguide/managing-vpc-cni.html
variable "vpc_cni_version" {
type = string
default = "v1.15.4-eksbuild.1"
default = "v1.16.4-eksbuild.2"
}

variable "whitelist" {
Expand Down

0 comments on commit 102ad19

Please sign in to comment.