Skip to content

Commit

Permalink
Merge pull request #266 from turkenf/update-readme
Browse files Browse the repository at this point in the history
Update package address
  • Loading branch information
turkenh authored Jan 15, 2025
2 parents f56c8c1 + 920127a commit 982ecbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ so using the Crossplane CLI in a Kubernetes cluster where Crossplane is
installed:

```console
crossplane xpkg install provider xpkg.upbound.io/crossplane-contrib/provider-helm:v0.17.0
crossplane xpkg install provider xpkg.upbound.io/upbound/provider-helm:v0.20.0
```

Then you will need to create a `ProviderConfig` that specifies the credentials
Expand Down
2 changes: 1 addition & 1 deletion examples/provider-config/provider-incluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Provider
metadata:
name: provider-helm
spec:
package: xpkg.upbound.io/crossplane-contrib/provider-helm:v0.17.0
package: xpkg.upbound.io/upbound/provider-helm:v0.20.0
runtimeConfigRef:
apiVersion: pkg.crossplane.io/v1beta1
kind: DeploymentRuntimeConfig
Expand Down

0 comments on commit 982ecbc

Please sign in to comment.