Skip to content

Commit

Permalink
fixup! build: Use upstream CAPI core providers
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson committed Jul 15, 2024
1 parent d194779 commit 0b243fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/e2e/config/caren.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 0b243fe

Please sign in to comment.