docs snapshot for crossplane version `v1.6`

This commit is contained in:
Crossplane 2022-01-29 08:57:07 +00:00
parent 396c387418
commit d3cf021ff1
1 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@ kind: Provider
metadata: metadata:
name: provider-aws name: provider-aws
spec: spec:
package: "crossplane/provider-aws:v1.6.2" package: "crossplane/provider-aws:v0.23.0"
``` ```
The field `spec.package` is where you refer to the container image of the The field `spec.package` is where you refer to the container image of the
@ -63,9 +63,9 @@ There are a few other ways to to trigger the installation of provider packages:
* As part of Crossplane Helm chart by adding the following statement to your * As part of Crossplane Helm chart by adding the following statement to your
`helm install` command: `--set `helm install` command: `--set
provider.packages={crossplane/provider-aws:v1.6.2}`. provider.packages={crossplane/provider-aws:v0.23.0}`.
* Using the Crossplane CLI: `kubectl crossplane install provider * Using the Crossplane CLI: `kubectl crossplane install provider
crossplane/provider-aws:v1.6.2` crossplane/provider-aws:v0.23.0`
You can uninstall a provider by deleting the `Provider` resource You can uninstall a provider by deleting the `Provider` resource
you've created. you've created.