diff --git a/internal/controllers/clusterctl/config.yaml b/internal/controllers/clusterctl/config.yaml index 8906bf55..fc0689c4 100644 --- a/internal/controllers/clusterctl/config.yaml +++ b/internal/controllers/clusterctl/config.yaml @@ -11,7 +11,7 @@ data: providers: # Cluster API core provider - name: "cluster-api" - url: "https://github.com/rancher-sandbox/cluster-api/releases/v1.7.7/core-components.yaml" + url: "https://github.com/rancher-sandbox/cluster-api/releases/v1.8.4/core-components.yaml" type: "CoreProvider" # Infrastructure providers @@ -33,7 +33,7 @@ data: # Bootstrap providers - name: "kubeadm" - url: "https://github.com/rancher-sandbox/cluster-api/releases/v1.7.7/bootstrap-components.yaml" + url: "https://github.com/rancher-sandbox/cluster-api/releases/v1.8.4/bootstrap-components.yaml" type: "BootstrapProvider" - name: "rke2" url: "https://github.com/rancher/cluster-api-provider-rke2/releases/v0.8.0/bootstrap-components.yaml" @@ -41,7 +41,7 @@ data: # ControlPlane providers - name: "kubeadm" - url: "https://github.com/rancher-sandbox/cluster-api/releases/v1.7.7/control-plane-components.yaml" + url: "https://github.com/rancher-sandbox/cluster-api/releases/v1.8.4/control-plane-components.yaml" type: "ControlPlaneProvider" - name: "rke2" url: "https://github.com/rancher/cluster-api-provider-rke2/releases/v0.8.0/control-plane-components.yaml"