1
0
Fork 0
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:
Moritz Johner 2023-08-31 00:49:45 +02:00 committed by GitHub
parent 2dcc360941
commit c8775e8d3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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