Skip to content

Commit 86152d8

Browse files
committed
Update to 1.27 first (only single minor update allowed)
1 parent 7375f10 commit 86152d8

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

0 commit comments

Comments
 (0)