Skip to content

Commit

Permalink
Upgrade to k8s 1.32
Browse files Browse the repository at this point in the history
  • Loading branch information
errm committed Feb 5, 2025
1 parent c653e52 commit 0c827e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# to generate the latest values for this
locals {
versions = {
k8s = "1.31"
k8s = "1.32"
vpc_cni = "v1.19.2-eksbuild.1"
kube_proxy = "v1.31.3-eksbuild.2"
kube_proxy = "v1.32.0-eksbuild.2"
coredns = "v1.11.4-eksbuild.2"
aws_ebs_csi_driver = "v1.39.0-eksbuild.1"
}
Expand Down

0 comments on commit 0c827e1

Please sign in to comment.