Skip to content

Commit

Permalink
Merge pull request #6 from crossplane-contrib/fix_gh_url_in_package_m…
Browse files Browse the repository at this point in the history
…etadata

fix(package/crossplane.yaml): fix the URL in the pkg metadata
  • Loading branch information
tampakrap authored Apr 4, 2024
2 parents d502d03 + bed3dba commit e13842b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ using either of the following methods:

- Using [up](https://docs.upbound.io/reference/cli/):
```bash
up ctp provider install crossplane-contrib/provider-spotify:v0.2.0
up ctp provider install crossplane-contrib/provider-spotify:v0.2.2
```

- Using [crossplane](https://docs.crossplane.io/latest/cli/):
```bash
crossplane xpkg install provider crossplane-contrib/provider-spotify:v0.2.0
crossplane xpkg install provider crossplane-contrib/provider-spotify:v0.2.2
```

- Using declarative installation:
Expand Down
2 changes: 1 addition & 1 deletion examples/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kind: Provider
metadata:
name: provider-spotify
spec:
package: crossplane-contrib/provider-spotify:v0.2.0
package: crossplane-contrib/provider-spotify:v0.2.2
2 changes: 1 addition & 1 deletion package/crossplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: provider-spotify
annotations:
meta.crossplane.io/maintainer: "Theo Chatzimichos <tampakrap@gmail.com>"
meta.crossplane.io/source: https://github.com/crossplane-contrib/provider-spotify
meta.crossplane.io/source: github.com/crossplane-contrib/provider-spotify
meta.crossplane.io/license: Apache-2.0
meta.crossplane.io/description: A Crossplane provider for managing Spotify playlists in Kubernetes.
meta.crossplane.io/readme: |
Expand Down

0 comments on commit e13842b

Please sign in to comment.