Skip to content

Commit 2512f99

Browse files
authored
test(e2e): Use mesosphere fork v1.7.3-d2iq.1 for CAPI providers (#781)
Avoids image pull rate limiting as images are published to ghcr.io.
1 parent 26c09be commit 2512f99

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

test/e2e/config/caren.yaml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,13 @@ images:
88
loadBehavior: mustLoad
99
- name: ghcr.io/nutanix-cloud-native/caren-helm-reg:${E2E_IMAGE_TAG}-${GOARCH}
1010
loadBehavior: mustLoad
11-
- name: docker.io/mesosphere/cluster-api-controller:${CAPI_VERSION}-d2iq.0
12-
loadBehavior: mustLoad
13-
- name: docker.io/mesosphere/kubeadm-bootstrap-controller:${CAPI_VERSION}-d2iq.0
14-
loadBehavior: mustLoad
15-
- name: docker.io/mesosphere/kubeadm-control-plane-controller:${CAPI_VERSION}-d2iq.0
16-
loadBehavior: mustLoad
17-
- name: docker.io/mesosphere/capd-manager:${CAPD_VERSION}-d2iq.0
18-
loadBehavior: mustLoad
1911

2012
providers:
2113
- name: cluster-api
2214
type: CoreProvider
2315
versions:
2416
- name: "${CAPI_VERSION}"
25-
value: "https://github.com/mesosphere/cluster-api/releases/download/${CAPI_VERSION}-d2iq.0/core-components.yaml"
17+
value: "https://github.com/mesosphere/cluster-api/releases/download/${CAPI_VERSION}-d2iq.1/core-components.yaml"
2618
type: url
2719
contract: v1beta1
2820
files:
@@ -35,7 +27,7 @@ providers:
3527
type: BootstrapProvider
3628
versions:
3729
- name: "${CAPI_VERSION}"
38-
value: "https://github.com/mesosphere/cluster-api/releases/download/${CAPI_VERSION}-d2iq.0/bootstrap-components.yaml"
30+
value: "https://github.com/mesosphere/cluster-api/releases/download/${CAPI_VERSION}-d2iq.1/bootstrap-components.yaml"
3931
type: url
4032
contract: v1beta1
4133
files:
@@ -48,7 +40,7 @@ providers:
4840
type: ControlPlaneProvider
4941
versions:
5042
- name: "${CAPI_VERSION}"
51-
value: "https://github.com/mesosphere/cluster-api/releases/download/${CAPI_VERSION}-d2iq.0/control-plane-components.yaml"
43+
value: "https://github.com/mesosphere/cluster-api/releases/download/${CAPI_VERSION}-d2iq.1/control-plane-components.yaml"
5244
type: url
5345
contract: v1beta1
5446
files:
@@ -84,7 +76,7 @@ providers:
8476
type: InfrastructureProvider
8577
versions:
8678
- name: "${CAPD_VERSION}"
87-
value: "https://github.com/mesosphere/cluster-api/releases/download/${CAPD_VERSION}-d2iq.0/infrastructure-components-development.yaml"
79+
value: "https://github.com/mesosphere/cluster-api/releases/download/${CAPD_VERSION}-d2iq.1/infrastructure-components-development.yaml"
8880
type: "url"
8981
contract: v1beta1
9082
files:

0 commit comments

Comments
 (0)