diff --git a/internal/controllers/clusterctl/config.yaml b/internal/controllers/clusterctl/config.yaml index 7c0cde3d..cc0ddf47 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: + cluster-api: + repository: "registry.suse.com/rancher" + controlplane-rke2: + repository: "registry.suse.com/rancher" + bootstrap-rke2: + repository: "registry.suse.com/rancher" \ No newline at end of file