From 9fbb7a11b82305d79c6852fc02d91b72ec6d3e1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 11:16:42 +0000 Subject: [PATCH] Update dependency aws-controllers-k8s/ec2-controller to v1.2.2 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..b43e49b 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ CROSSPLANE_NAMESPACE = crossplane-system ACK_SYSTEM_NAMESPACE = ack-system AWS_REGION = us-west-2 # datasource=github-tags depName=aws-controllers-k8s/ec2-controller -ACK_EC2_VERSION = v1.2.0 +ACK_EC2_VERSION = v1.2.2 # datasource=github-tags depName=aws-controllers-k8s/ecr-controller ACK_ECR_VERSION = v1.0.10 # datasource=github-tags depName=aws-controllers-k8s/eks-controller