Skip to content

Commit

Permalink
update(cluster): bump k8s version to 1.25
Browse files Browse the repository at this point in the history
Signed-off-by: Aldo Lacuku <aldo@lacuku.eu>
  • Loading branch information
alacuku authored and poiana committed Jul 17, 2024
1 parent b15d58e commit b47d9d2
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.24"
default = "1.25"
description = "See https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html"
}

Expand Down

0 comments on commit b47d9d2

Please sign in to comment.