Skip to content

Commit

Permalink
Update docker repository
Browse files Browse the repository at this point in the history
Since `0.13.0` the images don't seem to be pushed to `crossplanecontrib/provider-helm` but to `crossplane/provider-helm` instead.
  • Loading branch information
jonnylangefeld committed Mar 14, 2023
1 parent 29915ca commit 21c6ec0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ so using the Crossplane CLI in a Kubernetes cluster where Crossplane is
installed:

```console
kubectl crossplane install provider crossplane/provider-helm:master
kubectl crossplane install provider crossplanecontrib/provider-helm:master
```

You may also manually install `provider-helm` by creating a `Provider` directly:
Expand All @@ -29,7 +29,7 @@ kind: Provider
metadata:
name: provider-helm
spec:
package: "crossplane/provider-helm:master"
package: "crossplanecontrib/provider-helm:master"
```

## Design
Expand Down

0 comments on commit 21c6ec0

Please sign in to comment.