diff --git a/sysbox-eks.pkr.hcl b/sysbox-eks.pkr.hcl index 3c9106f..bbd5705 100644 --- a/sysbox-eks.pkr.hcl +++ b/sysbox-eks.pkr.hcl @@ -20,7 +20,7 @@ variable "sysbox_version" { variable "k8s_version" { type = string - default = "1.23" + default = "1.24" validation { condition = can(regex("^\\d+\\.\\d+$", var.k8s_version))