From 06e0e856d32b1ccc338fdd4591070f6727afc98c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 16:21:15 +0000 Subject: [PATCH] Update dependency aws-controllers-k8s/ec2-controller to v1.0.3 Signed-off-by: Renovate Bot --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aed60cf..19328b2 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.0.2 +ACK_EC2_VERSION = v1.0.3 # datasource=github-tags depName=aws-controllers-k8s/ecr-controller ACK_ECR_VERSION = v1.0.4 # datasource=github-tags depName=aws-controllers-k8s/eks-controller