From c7711f4fc2ccd87e2b4cc48edf14b3ef15afa44c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 02:34:14 +0000 Subject: [PATCH] chore: bump core capi MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- internal/controllers/clusterctl/config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"