Skip to content

Commit cc6d982

Browse files
Align dependency version with actual verions
Signed-off-by: Furkat Gofurov <[email protected]>
1 parent bdeec8c commit cc6d982

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/next/modules/en/pages/reference/clusterctlconfig.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ metadata:
2626
spec:
2727
providers:
2828
- name: metal3
29-
url: https://github.com/metal3-io/cluster-api-provider-metal3/releases/v1.7.1/infrastructure-components.yaml
29+
url: https://github.com/metal3-io/cluster-api-provider-metal3/releases/v1.10.1/infrastructure-components.yaml
3030
type: InfrastructureProvider
3131
images:
3232
- name: metal3
@@ -42,7 +42,7 @@ The key fields in the `ClusterctlConfig` spec are:
4242

4343
* `providers[].name` - Name of the provider (e.g. metal3)
4444
* `providers[].url` - URL of the provider configuration (e.g.
45-
https://github.com/metal3-io/cluster-api-provider-metal3/releases/v1.7.1/infrastructure-components.yaml). This can use `latest` release, if supported, or pin the maximum version to `v1.7.1` for example.
45+
https://github.com/metal3-io/cluster-api-provider-metal3/releases/v1.10.1/infrastructure-components.yaml). This can use `latest` release, if supported, or pin the maximum version to `v1.10.1` for example.
4646
* `providers[].type` - Type of the provider (e.g. InfrastructureProvider)
4747

4848
* `images[].name` - The image name to override (e.g. infrastructure-metal3, cluster-api, bootstrap-rke2, control-plane-rke2)
@@ -72,10 +72,10 @@ metadata:
7272
spec:
7373
providers:
7474
- name: rke2
75-
url: "https://github.com/rancher/cluster-api-provider-rke2/releases/v0.16.0/control-plane-components.yaml"
75+
url: "https://github.com/rancher/cluster-api-provider-rke2/releases/v0.20.1/control-plane-components.yaml"
7676
type: ControlPlaneProvider
7777
- name: rke2
78-
url: "https://github.com/rancher/cluster-api-provider-rke2/releases/v0.16.0/bootstrap-components.yaml"
78+
url: "https://github.com/rancher/cluster-api-provider-rke2/releases/v0.20.1/bootstrap-components.yaml"
7979
type: BootstrapProvider
8080
images:
8181
- name: control-plane-rke2

docs/next/modules/en/pages/tutorials/quickstart.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ If you're customizing the installation parameters, please make sure that you are
4444
| Name | Version
4545

4646
| Cluster API
47-
| `v1.9.5`
47+
| `v1.10.5`
4848

4949
| Cluster API Provider RKE2
50-
| `v0.19.0`
50+
| `v0.20.1`
5151
|===
5252

5353
== Install {product_name} using Rancher Dashboard

0 commit comments

Comments
 (0)