From 70e57d1e47fa625b846a65cc1e7c1958bfdfc362 Mon Sep 17 00:00:00 2001 From: Carlos Salas Date: Mon, 5 Feb 2024 11:29:57 +0100 Subject: [PATCH] chore: e2e environment with fixed capd version this prevents us from having a test environment with mismatched capi core and capd versions Signed-off-by: Carlos Salas --- test/e2e/data/capi-operator/capi-providers.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/data/capi-operator/capi-providers.yaml b/test/e2e/data/capi-operator/capi-providers.yaml index 2f45b43e..262008e7 100644 --- a/test/e2e/data/capi-operator/capi-providers.yaml +++ b/test/e2e/data/capi-operator/capi-providers.yaml @@ -12,5 +12,6 @@ metadata: spec: name: docker type: infrastructure + version: v1.4.6 configSecret: name: variables