diff --git a/test/e2e/config/caren.yaml b/test/e2e/config/caren.yaml index c8ca36780..38ccfce3b 100644 --- a/test/e2e/config/caren.yaml +++ b/test/e2e/config/caren.yaml @@ -14,7 +14,7 @@ providers: type: CoreProvider versions: - name: "${CAPI_VERSION}" - value: "https://github.com/mesosphere/cluster-api/releases/download/${CAPI_VERSION}-d2iq.1/core-components.yaml" + value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/${CAPI_VERSION}/core-components.yaml" type: url contract: v1beta1 files: @@ -27,7 +27,7 @@ providers: type: BootstrapProvider versions: - name: "${CAPI_VERSION}" - value: "https://github.com/mesosphere/cluster-api/releases/download/${CAPI_VERSION}-d2iq.1/bootstrap-components.yaml" + value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/${CAPI_VERSION}/bootstrap-components.yaml" type: url contract: v1beta1 files: @@ -40,7 +40,7 @@ providers: type: ControlPlaneProvider versions: - name: "${CAPI_VERSION}" - value: "https://github.com/mesosphere/cluster-api/releases/download/${CAPI_VERSION}-d2iq.1/control-plane-components.yaml" + value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/${CAPI_VERSION}/control-plane-components.yaml" type: url contract: v1beta1 files: @@ -76,7 +76,7 @@ providers: type: InfrastructureProvider versions: - name: "${CAPD_VERSION}" - value: "https://github.com/mesosphere/cluster-api/releases/download/${CAPD_VERSION}-d2iq.1/infrastructure-components-development.yaml" + value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/${CAPD_VERSION}/infrastructure-components-development.yaml" type: "url" contract: v1beta1 files: