From ebe8e3ea866260fa7b1312c4209a6a775a03d797 Mon Sep 17 00:00:00 2001 From: Dharmjit Singh Date: Mon, 22 Nov 2021 16:25:28 +0530 Subject: [PATCH] Update Cluster Template for ByoCluster Bundle fields (#257) Added bundleLookupBaseRegistry,bundleLookupTag for ByoCluster in cluster templates Signed-off-by: Dharmjit Singh --- .../infrastructure-provider-byoh/v1beta1/cluster-template.yaml | 2 ++ .../infrastructure-provider-byoh/v1beta1/cluster-with-kcp.yaml | 2 ++ 2 files changed, 4 insertions(+) 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