Skip to content

Commit

Permalink
fix: version upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanAbd committed Apr 8, 2024
1 parent 9da1068 commit 18bd7e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sysbox-eks.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ variable "ubuntu_version" {

variable "sysbox_version" {
type = string
default = "0.6.2"
default = "0.6.4"

validation {
condition = can(regex("^\\d+\\.\\d+\\.\\d+$", var.sysbox_version))
Expand All @@ -20,7 +20,7 @@ variable "sysbox_version" {

variable "k8s_version" {
type = string
default = "1.24"
default = "1.25"

validation {
condition = can(regex("^\\d+\\.\\d+$", var.k8s_version))
Expand Down

0 comments on commit 18bd7e8

Please sign in to comment.