Skip to content

Commit 29aee45

Browse files
committed
k8s 1.28
1 parent 86152d8 commit 29aee45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/aws/curvenote/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module "binder-eks" {
3535
source = "../binder-eks"
3636
region = "us-east-2"
3737
cluster_name = "binderhub"
38-
k8s_version = "1.27"
38+
k8s_version = "1.28"
3939
k8s_api_cidrs = ["0.0.0.0/0"]
4040
number_azs = 1
4141
instance_type_wg1 = "r6a.4xlarge"

0 commit comments

Comments
 (0)