Skip to content

test(e2e): Use mesosphere fork v1.7.3-d2iq.1 for CAPI providers #781

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 4 additions & 12 deletions test/e2e/config/caren.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,13 @@ images:
loadBehavior: mustLoad
- name: ghcr.io/nutanix-cloud-native/caren-helm-reg:${E2E_IMAGE_TAG}-${GOARCH}
loadBehavior: mustLoad
- name: docker.io/mesosphere/cluster-api-controller:${CAPI_VERSION}-d2iq.0
loadBehavior: mustLoad
- name: docker.io/mesosphere/kubeadm-bootstrap-controller:${CAPI_VERSION}-d2iq.0
loadBehavior: mustLoad
- name: docker.io/mesosphere/kubeadm-control-plane-controller:${CAPI_VERSION}-d2iq.0
loadBehavior: mustLoad
- name: docker.io/mesosphere/capd-manager:${CAPD_VERSION}-d2iq.0
loadBehavior: mustLoad

providers:
- name: cluster-api
type: CoreProvider
versions:
- name: "${CAPI_VERSION}"
value: "https://github.com/mesosphere/cluster-api/releases/download/${CAPI_VERSION}-d2iq.0/core-components.yaml"
value: "https://github.com/mesosphere/cluster-api/releases/download/${CAPI_VERSION}-d2iq.1/core-components.yaml"
type: url
contract: v1beta1
files:
Expand All @@ -35,7 +27,7 @@ providers:
type: BootstrapProvider
versions:
- name: "${CAPI_VERSION}"
value: "https://github.com/mesosphere/cluster-api/releases/download/${CAPI_VERSION}-d2iq.0/bootstrap-components.yaml"
value: "https://github.com/mesosphere/cluster-api/releases/download/${CAPI_VERSION}-d2iq.1/bootstrap-components.yaml"
type: url
contract: v1beta1
files:
Expand All @@ -48,7 +40,7 @@ providers:
type: ControlPlaneProvider
versions:
- name: "${CAPI_VERSION}"
value: "https://github.com/mesosphere/cluster-api/releases/download/${CAPI_VERSION}-d2iq.0/control-plane-components.yaml"
value: "https://github.com/mesosphere/cluster-api/releases/download/${CAPI_VERSION}-d2iq.1/control-plane-components.yaml"
type: url
contract: v1beta1
files:
Expand Down Expand Up @@ -84,7 +76,7 @@ providers:
type: InfrastructureProvider
versions:
- name: "${CAPD_VERSION}"
value: "https://github.com/mesosphere/cluster-api/releases/download/${CAPD_VERSION}-d2iq.0/infrastructure-components-development.yaml"
value: "https://github.com/mesosphere/cluster-api/releases/download/${CAPD_VERSION}-d2iq.1/infrastructure-components-development.yaml"
type: "url"
contract: v1beta1
files:
Expand Down
Loading