We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef6fc8 commit 2e501a9Copy full SHA for 2e501a9
versions.tf
@@ -2,10 +2,10 @@
2
# to generate the latest values for this
3
locals {
4
versions = {
5
- k8s = "1.30"
6
- vpc_cni = "v1.18.2-eksbuild.1"
7
- kube_proxy = "v1.30.0-eksbuild.3"
8
- coredns = "v1.11.1-eksbuild.9"
9
- aws_ebs_csi_driver = "v1.32.0-eksbuild.1"
+ k8s = "1.31"
+ vpc_cni = "v1.18.5-eksbuild.1"
+ kube_proxy = "v1.31.0-eksbuild.5"
+ coredns = "v1.11.3-eksbuild.1"
+ aws_ebs_csi_driver = "v1.35.0-eksbuild.1"
10
}
11
0 commit comments