Skip to content

Commit

Permalink
Merge pull request #741 from alexander-demicev/usecapifork
Browse files Browse the repository at this point in the history
Use forks as source for CAPI manifests
  • Loading branch information
alexander-demicev authored Sep 13, 2024
2 parents a35e256 + 830a0a1 commit 722d744
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/rancher-turtles/templates/clusterctl-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ data:
providers:
# Cluster API core provider
- name: "cluster-api"
url: "https://github.com/kubernetes-sigs/cluster-api/releases/v1.7.3/core-components.yaml"
url: "https://github.com/rancher-sandbox/cluster-api/releases/v1.7.3/core-components.yaml"
type: "CoreProvider"
# Infrastructure providers
- name: "aws"
url: "https://github.com/kubernetes-sigs/cluster-api-provider-aws/releases/v2.6.1/infrastructure-components.yaml"
url: "https://github.com/rancher-sandbox/cluster-api-provider-aws/releases/v2.6.1/infrastructure-components.yaml"
type: "InfrastructureProvider"
- name: "azure"
url: "https://github.com/kubernetes-sigs/cluster-api-provider-azure/releases/v1.16.0/infrastructure-components.yaml"
Expand All @@ -37,15 +37,15 @@ data:
# Bootstrap providers
- name: "kubeadm"
url: "https://github.com/kubernetes-sigs/cluster-api/releases/v1.7.3/bootstrap-components.yaml"
url: "https://github.com/rancher-sandbox/cluster-api/releases/v1.7.3/bootstrap-components.yaml"
type: "BootstrapProvider"
- name: "rke2"
url: "https://github.com/rancher/cluster-api-provider-rke2/releases/v0.6.1/bootstrap-components.yaml"
type: "BootstrapProvider"
# ControlPlane providers
- name: "kubeadm"
url: "https://github.com/kubernetes-sigs/cluster-api/releases/v1.7.3/control-plane-components.yaml"
url: "https://github.com/rancher-sandbox/cluster-api/releases/v1.7.3/control-plane-components.yaml"
type: "ControlPlaneProvider"
- name: "rke2"
url: "https://github.com/rancher/cluster-api-provider-rke2/releases/v0.6.1/control-plane-components.yaml"
Expand Down

0 comments on commit 722d744

Please sign in to comment.