diff --git a/test/e2e/data/infrastructure-provider-byoh/v1beta1/cluster-template.yaml b/test/e2e/data/infrastructure-provider-byoh/v1beta1/cluster-template.yaml index c99bca321..3e3c4a307 100644 --- a/test/e2e/data/infrastructure-provider-byoh/v1beta1/cluster-template.yaml +++ b/test/e2e/data/infrastructure-provider-byoh/v1beta1/cluster-template.yaml @@ -183,6 +183,8 @@ kind: ByoCluster metadata: name: ${CLUSTER_NAME} spec: + bundleLookupBaseRegistry: projects.registry.vmware.com/cluster_api_provider_bringyourownhost + bundleLookupTag: v0.1.0_alpha.2 controlPlaneEndpoint: host: ${CONTROL_PLANE_ENDPOINT_IP} port: 6443 diff --git a/test/e2e/data/infrastructure-provider-byoh/v1beta1/cluster-with-kcp.yaml b/test/e2e/data/infrastructure-provider-byoh/v1beta1/cluster-with-kcp.yaml index 225499f43..02e70b7e7 100644 --- a/test/e2e/data/infrastructure-provider-byoh/v1beta1/cluster-with-kcp.yaml +++ b/test/e2e/data/infrastructure-provider-byoh/v1beta1/cluster-with-kcp.yaml @@ -27,6 +27,8 @@ kind: ByoCluster metadata: name: ${CLUSTER_NAME} spec: + bundleLookupBaseRegistry: projects.registry.vmware.com/cluster_api_provider_bringyourownhost + bundleLookupTag: v0.1.0_alpha.2 controlPlaneEndpoint: host: ${CONTROL_PLANE_ENDPOINT_IP} port: 6443