diff --git a/README.md b/README.md index 2c83eb7..92b079a 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,10 @@ Please note this provider is in early development and is looking for maintainers ## Getting Started Install the provider by using the following command after changing the image tag -to the [latest release](https://marketplace.upbound.io/providers/fire-ant/provider-infoblox-nios): +to the [latest release](https://marketplace.upbound.io/providers/crossplane-contrib/provider-infoblox-nios): ```shell -up ctp provider install fire-ant/provider-infoblox-nios:v0.1.0 +up ctp provider install crossplane-contrib/provider-infoblox-nios:v0.1.0 ``` Alternatively, you can use declarative installation: @@ -25,7 +25,7 @@ kind: Provider metadata: name: crossplane-contrib-provider-infoblox-nios spec: - package: fire-ant/provider-infoblox-nios:v0.1.0 + package: xpkg.upbound.io/crossplane-contrib/provider-infoblox-nios:v0.1.0 EOF ``` diff --git a/examples/install.yaml b/examples/install.yaml index 1094591..b3451d9 100644 --- a/examples/install.yaml +++ b/examples/install.yaml @@ -1,6 +1,6 @@ apiVersion: pkg.crossplane.io/v1 kind: Provider metadata: - name: provider-infoblox-nios + name: crossplane-contrib-provider-infoblox-nios spec: - package: crossplane-contrib/provider-infoblox-nios:v0.1.0 + package: xpkg.upbound.io/crossplane-contrib/provider-infoblox-nios:v0.1.0