Skip to content

Commit 0b7375e

Browse files
committed
test(e2e): Use mesosphere fork with CRSBinding fix
To unblock PRs until this is released upstream.
1 parent 20d7d53 commit 0b7375e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/e2e/config/caren.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ providers:
1414
type: CoreProvider
1515
versions:
1616
- name: "${CAPI_VERSION}"
17-
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/${CAPI_VERSION}/core-components.yaml"
17+
value: "https://github.com/mesosphere/cluster-api/releases/download/${CAPI_VERSION}-d2iq.0/core-components.yaml"
1818
type: url
1919
contract: v1beta1
2020
files:
@@ -27,7 +27,7 @@ providers:
2727
type: BootstrapProvider
2828
versions:
2929
- name: "${CAPI_VERSION}"
30-
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/${CAPI_VERSION}/bootstrap-components.yaml"
30+
value: "https://github.com/mesosphere/cluster-api/releases/download/${CAPI_VERSION}-d2iq.0/bootstrap-components.yaml"
3131
type: url
3232
contract: v1beta1
3333
files:
@@ -40,7 +40,7 @@ providers:
4040
type: ControlPlaneProvider
4141
versions:
4242
- name: "${CAPI_VERSION}"
43-
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/${CAPI_VERSION}/control-plane-components.yaml"
43+
value: "https://github.com/mesosphere/cluster-api/releases/download/${CAPI_VERSION}-d2iq.0/control-plane-components.yaml"
4444
type: url
4545
contract: v1beta1
4646
files:
@@ -76,7 +76,7 @@ providers:
7676
type: InfrastructureProvider
7777
versions:
7878
- name: "${CAPD_VERSION}"
79-
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/${CAPD_VERSION}/infrastructure-components-development.yaml"
79+
value: "https://github.com/mesosphere/cluster-api/releases/download/${CAPD_VERSION}-d2iq.0/infrastructure-components-development.yaml"
8080
type: "url"
8181
contract: v1beta1
8282
files:

0 commit comments

Comments
 (0)