Skip to content

Commit

Permalink
update(cluster): bump k8s version to 1.27
Browse files Browse the repository at this point in the history
Signed-off-by: Aldo Lacuku <[email protected]>
  • Loading branch information
alacuku authored and poiana committed Jul 17, 2024
1 parent a6e1e5b commit 3b480a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/clusters/eks_variables.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variable "eks_cluster_version" {
default = "1.26"
default = "1.27"
description = "See https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html"
}

Expand Down

0 comments on commit 3b480a1

Please sign in to comment.