diff --git a/README.md b/README.md index 582c3a6..6cd6665 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/examples/provider-config/provider-incluster.yaml b/examples/provider-config/provider-incluster.yaml index 9a33af8..9f4f0be 100644 --- a/examples/provider-config/provider-incluster.yaml +++ b/examples/provider-config/provider-incluster.yaml @@ -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