Skip to content

Commit

Permalink
Upgrade to k8s 1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
errm committed Jul 18, 2024
1 parent 673fc29 commit a5661cc
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.29"
k8s = "1.30"
vpc_cni = "v1.18.2-eksbuild.1"
kube_proxy = "v1.29.3-eksbuild.5"
kube_proxy = "v1.30.0-eksbuild.3"
coredns = "v1.11.1-eksbuild.9"
aws_ebs_csi_driver = "v1.32.0-eksbuild.1"
}
Expand Down

0 comments on commit a5661cc

Please sign in to comment.