From cdfe605bdd144163168a8a18ae2bfb2b1254fc90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 07:04:00 +0000 Subject: [PATCH] Update dependency aws-controllers-k8s/eks-controller to v1.3.3 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 c555999..ad815ca 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ ACK_EC2_VERSION = v1.2.3 # datasource=github-tags depName=aws-controllers-k8s/ecr-controller ACK_ECR_VERSION = v1.0.12 # datasource=github-tags depName=aws-controllers-k8s/eks-controller -ACK_EKS_VERSION = v1.3.2 +ACK_EKS_VERSION = v1.3.3 # datasource=github-tags depName=aws-controllers-k8s/iam-controller ACK_IAM_VERSION = v1.3.4 # datasource=github-tags depName=aws-controllers-k8s/s3-controller