Skip to content

Commit 0bd7334

Browse files
Bump CAPI in e2e config
Signed-off-by: Furkat Gofurov <[email protected]>
1 parent 26d1141 commit 0bd7334

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/book/src/01_user/01_getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ In order to use this provider, you need to have a management cluster available t
5353
No additional steps are required and you can install the RKE2 provider with **clusterctl** directly:
5454
5555
```bash
56-
clusterctl init --core cluster-api:v1.9.3--bootstrap rke2:v0.11.0 --control-plane rke2:v0.11.0 --infrastructure docker:v1.9.3
56+
clusterctl init --core cluster-api:v1.9.5--bootstrap rke2:v0.11.0 --control-plane rke2:v0.11.0 --infrastructure docker:v1.9.5
5757
```
5858
5959
Next, you can proceed to [creating a workload cluster](#create-a-workload-cluster).

test/e2e/config/e2e_conf.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ providers:
1616
- name: cluster-api
1717
type: CoreProvider
1818
versions:
19-
- name: "v1.9.3"
20-
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.9.3/core-components.yaml"
19+
- name: "v1.9.5"
20+
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.9.5/core-components.yaml"
2121
type: "url"
2222
contract: v1beta1
2323
files:
@@ -30,8 +30,8 @@ providers:
3030
- name: docker
3131
type: InfrastructureProvider
3232
versions:
33-
- name: "v1.9.3"
34-
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.9.3/infrastructure-components-development.yaml"
33+
- name: "v1.9.5"
34+
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.9.5/infrastructure-components-development.yaml"
3535
type: "url"
3636
contract: v1beta1
3737
files:
@@ -47,8 +47,8 @@ providers:
4747
- name: docker-updated
4848
type: InfrastructureProvider
4949
versions:
50-
- name: "v1.9.3"
51-
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.9.3/infrastructure-components-development.yaml"
50+
- name: "v1.9.5"
51+
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.9.5/infrastructure-components-development.yaml"
5252
type: "url"
5353
contract: v1beta1
5454
files:

0 commit comments

Comments
 (0)