Skip to content

Commit

Permalink
Merge pull request #503 from kubefirst/chore-bump-eks-ver-2
Browse files Browse the repository at this point in the history
chore: bump eks version
  • Loading branch information
echoboomer authored Jun 8, 2023
2 parents d0fd3e2 + 017cefd commit ba71f82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws-github/terraform/aws/eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ data "aws_availability_zones" "available" {}

locals {
name = "<CLUSTER_NAME>"
cluster_version = "1.23"
cluster_version = "1.26"
region = "<CLOUD_REGION>"

vpc_cidr = "10.0.0.0/16"
Expand Down
2 changes: 1 addition & 1 deletion aws-gitlab/terraform/aws/eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ data "aws_availability_zones" "available" {}

locals {
name = "<CLUSTER_NAME>"
cluster_version = "1.23"
cluster_version = "1.26"
region = "<CLOUD_REGION>"

vpc_cidr = "10.0.0.0/16"
Expand Down

0 comments on commit ba71f82

Please sign in to comment.