@@ -102,14 +102,14 @@ var expectedOutputText = `NAME TYPE URL
102
102
cluster-api CoreProvider https://github.com/myorg/myforkofclusterapi/releases/latest/ core_components.yaml
103
103
another-provider BootstrapProvider ./ bootstrap-components.yaml
104
104
canonical-kubernetes BootstrapProvider https://github.com/canonical/cluster-api-k8s/releases/latest/ bootstrap-components.yaml
105
- k0sproject-k0smotron BootstrapProvider https://github.com/k0smotron /k0smotron/releases/latest/ bootstrap-components.yaml
105
+ k0sproject-k0smotron BootstrapProvider https://github.com/k0sproject /k0smotron/releases/latest/ bootstrap-components.yaml
106
106
kubeadm BootstrapProvider https://github.com/kubernetes-sigs/cluster-api/releases/latest/ bootstrap-components.yaml
107
107
kubekey-k3s BootstrapProvider https://github.com/kubesphere/kubekey/releases/latest/ bootstrap-components.yaml
108
108
microk8s BootstrapProvider https://github.com/canonical/cluster-api-bootstrap-provider-microk8s/releases/latest/ bootstrap-components.yaml
109
109
rke2 BootstrapProvider https://github.com/rancher/cluster-api-provider-rke2/releases/latest/ bootstrap-components.yaml
110
110
talos BootstrapProvider https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/latest/ bootstrap-components.yaml
111
111
canonical-kubernetes ControlPlaneProvider https://github.com/canonical/cluster-api-k8s/releases/latest/ control-plane-components.yaml
112
- k0sproject-k0smotron ControlPlaneProvider https://github.com/k0smotron /k0smotron/releases/latest/ control-plane-components.yaml
112
+ k0sproject-k0smotron ControlPlaneProvider https://github.com/k0sproject /k0smotron/releases/latest/ control-plane-components.yaml
113
113
kamaji ControlPlaneProvider https://github.com/clastix/cluster-api-control-plane-provider-kamaji/releases/latest/ control-plane-components.yaml
114
114
kubeadm ControlPlaneProvider https://github.com/kubernetes-sigs/cluster-api/releases/latest/ control-plane-components.yaml
115
115
kubekey-k3s ControlPlaneProvider https://github.com/kubesphere/kubekey/releases/latest/ control-plane-components.yaml
@@ -131,7 +131,7 @@ hivelocity-hivelocity InfrastructureProvider https://github.com/hivelocity
131
131
huawei InfrastructureProvider https://github.com/HuaweiCloudDeveloper/cluster-api-provider-huawei/releases/latest/ infrastructure-components.yaml
132
132
ibmcloud InfrastructureProvider https://github.com/kubernetes-sigs/cluster-api-provider-ibmcloud/releases/latest/ infrastructure-components.yaml
133
133
ionoscloud-ionoscloud InfrastructureProvider https://github.com/ionos-cloud/cluster-api-provider-ionoscloud/releases/latest/ infrastructure-components.yaml
134
- k0sproject-k0smotron InfrastructureProvider https://github.com/k0smotron /k0smotron/releases/latest/ infrastructure-components.yaml
134
+ k0sproject-k0smotron InfrastructureProvider https://github.com/k0sproject /k0smotron/releases/latest/ infrastructure-components.yaml
135
135
kubekey InfrastructureProvider https://github.com/kubesphere/kubekey/releases/latest/ infrastructure-components.yaml
136
136
kubevirt InfrastructureProvider https://github.com/kubernetes-sigs/cluster-api-provider-kubevirt/releases/latest/ infrastructure-components.yaml
137
137
linode-linode InfrastructureProvider https://github.com/linode/cluster-api-provider-linode/releases/latest/ infrastructure-components.yaml
@@ -174,7 +174,7 @@ var expectedOutputYaml = `- File: core_components.yaml
174
174
- File: bootstrap-components.yaml
175
175
Name: k0sproject-k0smotron
176
176
ProviderType: BootstrapProvider
177
- URL: https://github.com/k0smotron /k0smotron/releases/latest/
177
+ URL: https://github.com/k0sproject /k0smotron/releases/latest/
178
178
- File: bootstrap-components.yaml
179
179
Name: kubeadm
180
180
ProviderType: BootstrapProvider
@@ -202,7 +202,7 @@ var expectedOutputYaml = `- File: core_components.yaml
202
202
- File: control-plane-components.yaml
203
203
Name: k0sproject-k0smotron
204
204
ProviderType: ControlPlaneProvider
205
- URL: https://github.com/k0smotron /k0smotron/releases/latest/
205
+ URL: https://github.com/k0sproject /k0smotron/releases/latest/
206
206
- File: control-plane-components.yaml
207
207
Name: kamaji
208
208
ProviderType: ControlPlaneProvider
@@ -290,7 +290,7 @@ var expectedOutputYaml = `- File: core_components.yaml
290
290
- File: infrastructure-components.yaml
291
291
Name: k0sproject-k0smotron
292
292
ProviderType: InfrastructureProvider
293
- URL: https://github.com/k0smotron /k0smotron/releases/latest/
293
+ URL: https://github.com/k0sproject /k0smotron/releases/latest/
294
294
- File: infrastructure-components.yaml
295
295
Name: kubekey
296
296
ProviderType: InfrastructureProvider
0 commit comments