Skip to content

Commit

Permalink
Upgrade to k8s 1.29
Browse files Browse the repository at this point in the history
  • Loading branch information
errm committed Jul 18, 2024
1 parent b41410d commit 673fc29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# to generate the latest values for this
locals {
versions = {
k8s = "1.28"
k8s = "1.29"
vpc_cni = "v1.18.2-eksbuild.1"
kube_proxy = "v1.28.8-eksbuild.5"
coredns = "v1.10.1-eksbuild.11"
kube_proxy = "v1.29.3-eksbuild.5"
coredns = "v1.11.1-eksbuild.9"
aws_ebs_csi_driver = "v1.32.0-eksbuild.1"
}
}

0 comments on commit 673fc29

Please sign in to comment.