From 8a468f1adbde2b807e58335bd95061ad183c5b25 Mon Sep 17 00:00:00 2001 From: Furkat Gofurov Date: Wed, 17 Jul 2024 11:42:15 +0300 Subject: [PATCH] Bump CAPRKE2 to latest v0.5.0 release Signed-off-by: Furkat Gofurov --- charts/rancher-turtles/templates/clusterctl-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/rancher-turtles/templates/clusterctl-config.yaml b/charts/rancher-turtles/templates/clusterctl-config.yaml index cc7d79f89..31b651944 100644 --- a/charts/rancher-turtles/templates/clusterctl-config.yaml +++ b/charts/rancher-turtles/templates/clusterctl-config.yaml @@ -37,7 +37,7 @@ 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/cluster-api-provider-rke2/releases/v0.4.1/bootstrap-components.yaml" + url: "https://github.com/rancher/cluster-api-provider-rke2/releases/v0.5.0/bootstrap-components.yaml" type: "BootstrapProvider" # ControlPlane providers @@ -45,7 +45,7 @@ data: 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/cluster-api-provider-rke2/releases/v0.4.1/control-plane-components.yaml" + url: "https://github.com/rancher/cluster-api-provider-rke2/releases/v0.5.0/control-plane-components.yaml" type: "ControlPlaneProvider" # Addon providers