Skip to content

Commit

Permalink
Upgrade DPAT EKS development
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Woffenden <[email protected]>
  • Loading branch information
Jacob Woffenden committed Jan 12, 2024
1 parent 5528b4d commit ff5de9e
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ locals {
eks_cluster_name = "apps-tools-${local.environment}"
eks_versions = {
cluster = "1.28"
ami_release = "1.16.0-d2d9cf87" // [major version].[minor version].[patch version]-[first 8 chars of commit SHA]. Get the SHA from here: https://github.com/bottlerocket-os/bottlerocket/releases
addon_coredns = "v1.10.1-eksbuild.5"
addon_kube_proxy = "v1.28.2-eksbuild.2"
addon_vpc_cni = "v1.15.3-eksbuild.1"
ami_release = "1.17.0-53f322c2" // [major version].[minor version].[patch version]-[first 8 chars of commit SHA]. Get the SHA from here: https://github.com/bottlerocket-os/bottlerocket/releases
addon_coredns = "v1.10.1-eksbuild.6"
addon_kube_proxy = "v1.28.4-eksbuild.4"
addon_vpc_cni = "v1.16.0-eksbuild.1"
addon_aws_guardduty_agent = "v1.4.0-eksbuild.1"
addon_ebs_csi_driver = "v1.24.1-eksbuild.1"
addon_efs_csi_driver = "v1.7.0-eksbuild.1"
addon_ebs_csi_driver = "v1.26.1-eksbuild.1"
addon_efs_csi_driver = "v1.7.2-eksbuild.1"
}
eks_sso_access_role = "modernisation-platform-sandbox"

Expand Down

0 comments on commit ff5de9e

Please sign in to comment.