Skip to content

Commit

Permalink
feat: init
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanAbd committed Apr 12, 2024
1 parent 13db718 commit dd5a081
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 @@ -20,7 +20,7 @@ variable "sysbox_version" {

variable "k8s_version" {
type = string
default = "1.27"
default = "1.28"

validation {
condition = can(regex("^\\d+\\.\\d+$", var.k8s_version))
Expand Down Expand Up @@ -83,7 +83,7 @@ source "amazon-ebs" "ubuntu-eks" {

source_ami_filter {
filters = {
name = "ubuntu-eks/k8s_${var.k8s_version}/images/hvm-ssd/ubuntu-${var.ubuntu_version}-amd64-server-20240322"
name = "ubuntu-eks/k8s_${var.k8s_version}/images/hvm-ssd/ubuntu-${var.ubuntu_version}-amd64-server-20240411"
}
owners = ["099720109477"]
}
Expand Down

0 comments on commit dd5a081

Please sign in to comment.