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"