Skip to content

Commit

Permalink
Update production versions
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Woffenden <jacob.woffenden@digital.justice.gov.uk>
  • Loading branch information
Jacob Woffenden committed Jan 12, 2024
1 parent 1412c59 commit 9c9894c
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,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"
addon_aws_guardduty_agent = "v1.3.1-eksbuild.1"
addon_ebs_csi_driver = "v1.24.1-eksbuild.1"
addon_efs_csi_driver = "v1.7.0-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.26.1-eksbuild.1"
addon_efs_csi_driver = "v1.7.2-eksbuild.1"
}
eks_sso_access_role = "modernisation-platform-developer"

Expand Down

0 comments on commit 9c9894c

Please sign in to comment.