Skip to content

Commit df05588

Browse files
committed
k8s 1.29
1 parent 29aee45 commit df05588

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.28"
38+
k8s_version = "1.29"
3939
k8s_api_cidrs = ["0.0.0.0/0"]
4040
number_azs = 1
4141
instance_type_wg1 = "r6a.4xlarge"

0 commit comments

Comments
 (0)