From f1e846542640bd108f597296713640b9710de7a3 Mon Sep 17 00:00:00 2001 From: Andrea Mazzotti Date: Fri, 29 May 2026 16:58:26 +0200 Subject: [PATCH] fix: downgrade CAPZ to 1.23.2 Signed-off-by: Andrea Mazzotti --- charts/rancher-turtles-providers/values.yaml | 4 ++-- internal/controllers/clusterctl/config-prime.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/rancher-turtles-providers/values.yaml b/charts/rancher-turtles-providers/values.yaml index c6fce9a11..c985e2150 100644 --- a/charts/rancher-turtles-providers/values.yaml +++ b/charts/rancher-turtles-providers/values.yaml @@ -362,10 +362,10 @@ images: tag: v2.11.1 infrastructureAzure: repository: rancher/cluster-api-azure-controller - tag: v1.24.1 + tag: v1.23.2 azureServiceOperator: repository: rancher/azureserviceoperator - tag: v2.16.1 + tag: v2.13.0 infrastructureGCP: repository: rancher/cluster-api-gcp-controller tag: v1.11.2 diff --git a/internal/controllers/clusterctl/config-prime.yaml b/internal/controllers/clusterctl/config-prime.yaml index 41782e27d..6e930f51e 100644 --- a/internal/controllers/clusterctl/config-prime.yaml +++ b/internal/controllers/clusterctl/config-prime.yaml @@ -19,7 +19,7 @@ data: url: "https://github.com/rancher/cluster-api-provider-aws/releases/v2.11.1/infrastructure-components.yaml" type: "InfrastructureProvider" - name: "azure" - url: "https://github.com/rancher/cluster-api-provider-azure/releases/v1.24.1/infrastructure-components.yaml" + url: "https://github.com/rancher/cluster-api-provider-azure/releases/v1.23.2/infrastructure-components.yaml" type: "InfrastructureProvider" - name: "gcp" url: "https://github.com/rancher/cluster-api-provider-gcp/releases/v1.11.2/infrastructure-components.yaml"