Skip to content

Commit

Permalink
fix kube-proxy version
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Nov 22, 2024
1 parent de2eaed commit 67c4592
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/full-cluster-tf-upgrade/1.29/variables.addons.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ variable "addon_versions" {
}
"1.29" = {
"coredns" = "v1.11.3-eksbuild.2"
"kube-proxy" = "v1.31.2-eksbuild.3"
"kube-proxy" = "v1.29.10-eksbuild.3"
"vpc-cni" = "v1.19.0-eksbuild.1"
"aws-ebs-csi-driver" = "v1.37.0-eksbuild.1"
"aws-efs-csi-driver" = "v2.1.0-eksbuild.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/full-cluster-tf-upgrade/1.30/variables.addons.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ variable "addon_versions" {
}
"1.29" = {
"coredns" = "v1.11.3-eksbuild.2"
"kube-proxy" = "v1.31.2-eksbuild.3"
"kube-proxy" = "v1.29.10-eksbuild.3"
"vpc-cni" = "v1.19.0-eksbuild.1"
"aws-ebs-csi-driver" = "v1.37.0-eksbuild.1"
"aws-efs-csi-driver" = "v2.1.0-eksbuild.1"
Expand Down

0 comments on commit 67c4592

Please sign in to comment.