Skip to content

Commit

Permalink
Merge pull request #598 from salasberryfin/clusterctl-config-update-c…
Browse files Browse the repository at this point in the history
…aprke2-url

chore: update caprke2 url in clusterctl config
  • Loading branch information
alexander-demicev committed Jul 15, 2024
2 parents 158aab6 + 2d6f741 commit 2444fd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/rancher-turtles/templates/clusterctl-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ data:
url: "https://github.com/kubernetes-sigs/cluster-api/releases/v1.4.6/bootstrap-components.yaml"
type: "BootstrapProvider"
- name: "rke2"
url: "https://github.com/rancher-sandbox/cluster-api-provider-rke2/releases/v0.3.0/bootstrap-components.yaml"
url: "https://github.com/rancher/cluster-api-provider-rke2/releases/v0.4.1/bootstrap-components.yaml"
type: "BootstrapProvider"
# ControlPlane providers
- name: "kubeadm"
url: "https://github.com/kubernetes-sigs/cluster-api/releases/v1.4.6/control-plane-components.yaml"
type: "ControlPlaneProvider"
- name: "rke2"
url: "https://github.com/rancher-sandbox/cluster-api-provider-rke2/releases/v0.3.0/control-plane-components.yaml"
url: "https://github.com/rancher/cluster-api-provider-rke2/releases/v0.4.1/control-plane-components.yaml"
type: "ControlPlaneProvider"
# Addon providers
Expand Down

0 comments on commit 2444fd5

Please sign in to comment.