Skip to content

Commit 602cef3

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

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

test/e2e/config/caren.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ 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/kubernetes-sigs/cluster-api/releases/download/${CAPI_VERSION}/core-components.yaml"
18+
value: "https://github.com/mesosphere/cluster-api/releases/download/v1.7.3-d2iq.0/core-components.yaml"
1819
type: url
1920
contract: v1beta1
2021
files:
@@ -27,7 +28,8 @@ providers:
2728
type: BootstrapProvider
2829
versions:
2930
- name: "${CAPI_VERSION}"
30-
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/${CAPI_VERSION}/bootstrap-components.yaml"
31+
#value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/${CAPI_VERSION}/bootstrap-components.yaml"
32+
value: "https://github.com/mesosphere/cluster-api/releases/download/v1.7.3-d2iq.0/bootstrap-components.yaml"
3133
type: url
3234
contract: v1beta1
3335
files:
@@ -40,7 +42,8 @@ providers:
4042
type: ControlPlaneProvider
4143
versions:
4244
- name: "${CAPI_VERSION}"
43-
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/${CAPI_VERSION}/control-plane-components.yaml"
45+
#value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/${CAPI_VERSION}/control-plane-components.yaml"
46+
value: "https://github.com/mesosphere/cluster-api/releases/download/v1.7.3-d2iq.0/control-plane-components.yaml"
4447
type: url
4548
contract: v1beta1
4649
files:
@@ -76,7 +79,8 @@ providers:
7679
type: InfrastructureProvider
7780
versions:
7881
- name: "${CAPD_VERSION}"
79-
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/${CAPD_VERSION}/infrastructure-components-development.yaml"
82+
#value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/${CAPD_VERSION}/infrastructure-components-development.yaml"
83+
value: "https://github.com/mesosphere/cluster-api/releases/download/v1.7.3-d2iq.0/infrastructure-components-development.yaml"
8084
type: "url"
8185
contract: v1beta1
8286
files:

0 commit comments

Comments
 (0)