Browse Source

chore: bump EKS e2e test version (#2666)

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
Moritz Johner 2 years ago
parent
commit
c8775e8d3c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      terraform/aws/modules/cluster/main.tf

+ 1 - 1
terraform/aws/modules/cluster/main.tf

@@ -4,7 +4,7 @@ provider "aws" {
 
 
 locals {
 locals {
   name            = var.cluster_name
   name            = var.cluster_name
-  cluster_version = "1.24"
+  cluster_version = "1.27"
   region          = var.cluster_region
   region          = var.cluster_region
 
 
   serviceaccount_name      = var.irsa_sa_name
   serviceaccount_name      = var.irsa_sa_name