Skip to content

Commit

Permalink
🔧 Update ami_release
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary-H9 committed Sep 28, 2023
1 parent 24ca59a commit 6ee3dcd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ locals {
eks_cluster_name = "apps-tools-${local.environment}"
eks_versions = {
cluster = "1.27"
ami_release = "aws-k8s-1.27"
ami_release = "1.15.0-c9af43ad" // [major version].[minor version].[patch version]-[sha]. Get the sha from here: https://github.com/bottlerocket-os/bottlerocket/releases
addon_coredns = "v1.10.1-eksbuild.4"
addon_kube_proxy = "v1.27.4-eksbuild.2"
addon_vpc_cni = "v1.15.0-eksbuild.2"
Expand Down

0 comments on commit 6ee3dcd

Please sign in to comment.