Skip to content

Commit

Permalink
chore: bump core capi
Browse files Browse the repository at this point in the history
Made with ❤️️ by updatecli
  • Loading branch information
github-actions[bot] authored Nov 1, 2024
1 parent 0283904 commit c7711f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/controllers/clusterctl/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -33,15 +33,15 @@ 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"
type: "BootstrapProvider"
# 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"
Expand Down

0 comments on commit c7711f4

Please sign in to comment.