File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ default located at `~/.cluster-api/clusterctl.yaml`.
45
45
``` yaml
46
46
providers :
47
47
- name : " kubemark"
48
- url : " https://github.com/kubernetes-sigs/cluster-api-provider-kubemark/releases/v0.5 .0/infrastructure-components.yaml"
48
+ url : " https://github.com/kubernetes-sigs/cluster-api-provider-kubemark/releases/v0.6 .0/infrastructure-components.yaml"
49
49
type : " InfrastructureProvider"
50
50
` ` `
51
51
@@ -137,7 +137,7 @@ export KIND_CLUSTER_IMAGE=docker.io/kindest/node:v1.26.6
137
137
export CAPI_PATH=<path to cluster-api repository>
138
138
export ROOT_DIR=<path to cluster-api-provider-kubemark repository>
139
139
cd $(ROOT_DIR)
140
- make test-e2e
140
+ make test-e2e
141
141
```
142
142
143
143
## Supported Versions
Original file line number Diff line number Diff line change 2
2
"name" : " infrastructure-kubemark" ,
3
3
"config" : {
4
4
"componentsFile" : " infrastructure-components.yaml" ,
5
- "nextVersion" : " v0.5 .99" ,
5
+ "nextVersion" : " v0.6 .99" ,
6
6
"configFolder" : " config"
7
7
}
8
8
}
Original file line number Diff line number Diff line change @@ -17,3 +17,6 @@ releaseSeries:
17
17
- major : 0
18
18
minor : 5
19
19
contract : v1beta1
20
+ - major : 0
21
+ minor : 6
22
+ contract : v1beta1
You can’t perform that action at this time.
0 commit comments