Skip to content

Commit

Permalink
Upgrade addons
Browse files Browse the repository at this point in the history
  • Loading branch information
errm committed Oct 11, 2024
1 parent 5ef6fc8 commit 61e0b17
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
locals {
versions = {
k8s = "1.30"
vpc_cni = "v1.18.2-eksbuild.1"
kube_proxy = "v1.30.0-eksbuild.3"
coredns = "v1.11.1-eksbuild.9"
aws_ebs_csi_driver = "v1.32.0-eksbuild.1"
vpc_cni = "v1.18.5-eksbuild.1"
kube_proxy = "v1.30.3-eksbuild.9"
coredns = "v1.11.3-eksbuild.1"
aws_ebs_csi_driver = "v1.35.0-eksbuild.1"
}
}

0 comments on commit 61e0b17

Please sign in to comment.