Skip to content

Commit

Permalink
Update addons to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
errm committed Feb 16, 2024
1 parent 6064beb commit 2056ffc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Run hack/versions to generate the latest values for this
# Run hack/versions k8sVersionNumber > versions.tf
# to generate the latest values for this
locals {
versions = {
k8s = "1.25"
vpc_cni = "v1.12.6-eksbuild.2"
vpc_cni = "v1.16.2-eksbuild.1"
kube_proxy = "v1.25.9-eksbuild.1"
coredns = "v1.9.3-eksbuild.3"
aws_ebs_csi_driver = "v1.19.0-eksbuild.2"
coredns = "v1.9.3-eksbuild.9"
aws_ebs_csi_driver = "v1.27.0-eksbuild.1"
}
}

0 comments on commit 2056ffc

Please sign in to comment.