From 9061eff1eea41d4bd863d696d18f1f46e1240fa5 Mon Sep 17 00:00:00 2001 From: Furkat Gofurov Date: Tue, 19 Nov 2024 15:00:29 +0200 Subject: [PATCH] Add image overrides for CAPI/CAPRKE2 images Signed-off-by: Furkat Gofurov --- internal/controllers/clusterctl/config.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) 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