Skip to content

Commit

Permalink
release v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
chengxiangdong committed Nov 30, 2024
1 parent 8f3c7b0 commit 00cfa1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ kind: Provider
metadata:
name: provider-huaweicloud
spec:
package: xpkg.upbound.io/hcs/provider-huaweicloud:v0.0.5
package: xpkg.upbound.io/hcs/provider-huaweicloud:v0.0.6
```
Define the provider version with `spec.package`.
Expand All @@ -22,7 +22,7 @@ Verify the configuration with `kubectl get providers`.
```shell
$ kubectl get providers
NAME INSTALLED HEALTHY PACKAGE AGE
provider-huaweicloud True True xpkg.upbound.io/hcs/provider-huaweicloud:v0.0.5 54s
provider-huaweicloud True True xpkg.upbound.io/hcs/provider-huaweicloud:v0.0.6 54s
```

View the Crossplane [Provider CRD definition](https://doc.crds.dev/github.com/huaweicloud/provider-huaweicloud) to view all available `Provider` options.
Expand Down
2 changes: 1 addition & 1 deletion examples/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kind: Provider
metadata:
name: provider-huaweicloud
spec:
package: xpkg.upbound.io/hcs/provider-huaweicloud:v0.0.5
package: xpkg.upbound.io/hcs/provider-huaweicloud:v0.0.6

0 comments on commit 00cfa1a

Please sign in to comment.