diff --git a/internal/controllers/clusterctl/config.yaml b/internal/controllers/clusterctl/config.yaml index 7c0cde3d..eef764f3 100644 --- a/internal/controllers/clusterctl/config.yaml +++ b/internal/controllers/clusterctl/config.yaml @@ -54,3 +54,12 @@ data: - name: "fleet" url: "https://github.com/rancher-sandbox/cluster-api-addon-provider-fleet/releases/v0.3.1/addon-components.yaml" type: "AddonProvider" + + # Image overrides + images: + - name: "cluster-api" + repository: "https://github.com/rancher-sandbox/cluster-api" + - name: "controlplane-rke2" + repository: "https://github.com/rancher/cluster-api-provider-rke2" + - name "bootstrap-rke2" + repository: "https://github.com/rancher/cluster-api-provider-rke2" \ No newline at end of file