From 10b83d5749b6ae181d1b843c84cb62f38f5214a8 Mon Sep 17 00:00:00 2001 From: Christopher Haar Date: Sat, 18 Nov 2023 16:24:56 +0100 Subject: [PATCH] feat(depends): set to static version Signed-off-by: Christopher Haar --- crossplane.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crossplane.yaml b/crossplane.yaml index cf02ac1..58ff9c7 100644 --- a/crossplane.yaml +++ b/crossplane.yaml @@ -13,6 +13,6 @@ spec: - configuration: xpkg.upbound.io/upbound/configuration-aws-eks-irsa version: ">=v0.1.0" - provider: xpkg.upbound.io/upbound/provider-aws-sqs - version: ">=v0.36.0" + version: "v0.43.0" - provider: xpkg.upbound.io/upbound/provider-aws-cloudwatchevents - version: ">=v0.36.0" + version: "v0.43.0"