Skip to content

Commit c655891

Browse files
authored
Merge pull request kubernetes-sigs#7998 from outscale-vbr/migration-outscale-provider
🐛 Migration github repository cluster-api-provider-outscale from organization outscale-dev to outscale
2 parents 07080e1 + b2c5d93 commit c655891

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

cmd/clusterctl/client/config/providers_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ func (p *providersClient) defaults() []Provider {
221221
},
222222
&provider{
223223
name: OutscaleProviderName,
224-
url: "https://github.com/outscale-dev/cluster-api-provider-outscale/releases/latest/infrastructure-components.yaml",
224+
url: "https://github.com/outscale/cluster-api-provider-outscale/releases/latest/infrastructure-components.yaml",
225225
providerType: clusterctlv1.InfrastructureProviderType,
226226
},
227227
&provider{

cmd/clusterctl/cmd/config_repositories_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ nested InfrastructureProvider https://github.com/kubernetes-sigs/
130130
nutanix InfrastructureProvider https://github.com/nutanix-cloud-native/cluster-api-provider-nutanix/releases/latest/ infrastructure-components.yaml
131131
oci InfrastructureProvider https://github.com/oracle/cluster-api-provider-oci/releases/latest/ infrastructure-components.yaml
132132
openstack InfrastructureProvider https://github.com/kubernetes-sigs/cluster-api-provider-openstack/releases/latest/ infrastructure-components.yaml
133-
outscale InfrastructureProvider https://github.com/outscale-dev/cluster-api-provider-outscale/releases/latest/ infrastructure-components.yaml
133+
outscale InfrastructureProvider https://github.com/outscale/cluster-api-provider-outscale/releases/latest/ infrastructure-components.yaml
134134
packet InfrastructureProvider https://github.com/kubernetes-sigs/cluster-api-provider-packet/releases/latest/ infrastructure-components.yaml
135135
sidero InfrastructureProvider https://github.com/siderolabs/sidero/releases/latest/ infrastructure-components.yaml
136136
vcd InfrastructureProvider https://github.com/vmware/cluster-api-provider-cloud-director/releases/latest/ infrastructure-components.yaml
@@ -262,7 +262,7 @@ var expectedOutputYaml = `- File: core_components.yaml
262262
- File: infrastructure-components.yaml
263263
Name: outscale
264264
ProviderType: InfrastructureProvider
265-
URL: https://github.com/outscale-dev/cluster-api-provider-outscale/releases/latest/
265+
URL: https://github.com/outscale/cluster-api-provider-outscale/releases/latest/
266266
- File: infrastructure-components.yaml
267267
Name: packet
268268
ProviderType: InfrastructureProvider

docs/book/src/reference/providers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ updated info about which API version they are supporting.
3838
- [Nutanix](https://github.com/nutanix-cloud-native/cluster-api-provider-nutanix)
3939
- [Oracle Cloud Infrastructure (OCI)](https://github.com/oracle/cluster-api-provider-oci)
4040
- [OpenStack](https://github.com/kubernetes-sigs/cluster-api-provider-openstack)
41-
- [Outscale](https://github.com/outscale-dev/cluster-api-provider-outscale)
41+
- [Outscale](https://github.com/outscale/cluster-api-provider-outscale)
4242
- [Sidero](https://github.com/siderolabs/sidero)
4343
- [Tinkerbell](https://github.com/tinkerbell/cluster-api-provider-tinkerbell)
4444
- [vcluster](https://github.com/loft-sh/cluster-api-provider-vcluster)

0 commit comments

Comments
 (0)