Skip to content

Commit

Permalink
Merge pull request #5 from stevendborrelli/v0.1.0
Browse files Browse the repository at this point in the history
v0.1.0 updates
  • Loading branch information
stevendborrelli authored Jun 4, 2024
2 parents 1ba3cb6 + b201bc5 commit d5edda0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
```

Expand Down
4 changes: 2 additions & 2 deletions examples/install.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d5edda0

Please sign in to comment.