Skip to content

Commit

Permalink
fix: bump k8s to 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanAbd committed Oct 9, 2023
1 parent 8cfcd44 commit a308c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysbox-eks.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit a308c4d

Please sign in to comment.