Skip to content

Commit

Permalink
Merge pull request #312 from Mathges/main
Browse files Browse the repository at this point in the history
doc: add v0.16.0 package new address
  • Loading branch information
jbw976 authored Nov 20, 2024
2 parents 7ba4675 + 1eb06db commit 1cbe85e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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-kubernetes:v0.13.0
crossplane xpkg install provider xpkg.upbound.io/upbound/provider-kubernetes:v0.16.0
```

You may also manually install `provider-kubernetes` by creating a `Provider` directly:
Expand All @@ -25,7 +25,7 @@ kind: Provider
metadata:
name: provider-kubernetes
spec:
package: xpkg.upbound.io/crossplane-contrib/provider-kubernetes:v0.13.0
package: xpkg.upbound.io/upbound/provider-kubernetes:v0.16.0
```
## Developing locally
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/provider-in-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Provider
metadata:
name: provider-kubernetes
spec:
package: xpkg.upbound.io/crossplane-contrib/provider-kubernetes:v0.11.4
package: xpkg.upbound.io/upbound/provider-kubernetes:v0.16.0
runtimeConfigRef:
apiVersion: pkg.crossplane.io/v1beta1
kind: DeploymentRuntimeConfig
Expand Down

0 comments on commit 1cbe85e

Please sign in to comment.