From b7f94470a9f92ee9fc1634bd68e1df2399f41c64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 23:29:24 +0000 Subject: [PATCH] Update dependency aws-controllers-k8s/eks-controller to v1.2.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cf966e2..fc911b5 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ ACK_EC2_VERSION = v1.2.0 # datasource=github-tags depName=aws-controllers-k8s/ecr-controller ACK_ECR_VERSION = v1.0.10 # datasource=github-tags depName=aws-controllers-k8s/eks-controller -ACK_EKS_VERSION = v1.1.2 +ACK_EKS_VERSION = v1.2.0 # datasource=github-tags depName=aws-controllers-k8s/iam-controller ACK_IAM_VERSION = v1.3.2 # datasource=github-tags depName=aws-controllers-k8s/s3-controller