mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
chore: bump EKS e2e test version (#2666)
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
This commit is contained in:
parent
2dcc360941
commit
c8775e8d3c
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ provider "aws" {
|
|||
|
||||
locals {
|
||||
name = var.cluster_name
|
||||
cluster_version = "1.24"
|
||||
cluster_version = "1.27"
|
||||
region = var.cluster_region
|
||||
|
||||
serviceaccount_name = var.irsa_sa_name
|
||||
|
|
Loading…
Reference in a new issue