From 830a0a16f50ef4ccaf64389aadc4e7d77879a154 Mon Sep 17 00:00:00 2001 From: Alexandr Demicev Date: Thu, 12 Sep 2024 10:48:08 +0200 Subject: [PATCH] Use forks as source for CAPI manifests Signed-off-by: Alexandr Demicev --- charts/rancher-turtles/templates/clusterctl-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/rancher-turtles/templates/clusterctl-config.yaml b/charts/rancher-turtles/templates/clusterctl-config.yaml index 4c9db982..b1f0f193 100644 --- a/charts/rancher-turtles/templates/clusterctl-config.yaml +++ b/charts/rancher-turtles/templates/clusterctl-config.yaml @@ -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" @@ -37,7 +37,7 @@ 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" @@ -45,7 +45,7 @@ data: # 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"