Skip to content

Commit

Permalink
Update dependencies in crossplane.yaml
Browse files Browse the repository at this point in the history
* Require latest Crossplane with readiness for provider families(this
  switch will come soon)
* Latest provider-azure
* Latest provider-helm

Fixes #37

Signed-off-by: Yury Tsarev <[email protected]>
  • Loading branch information
ytsarev committed Jun 7, 2023
1 parent 882f2ab commit 51aeead
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package/crossplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ metadata:
customize to meet the exact needs of your organization!
spec:
crossplane:
version: ">=v1.7.0-0"
version: ">=v1.12.1-0"
dependsOn:
- provider: xpkg.upbound.io/upbound/provider-azure
version: ">=v0.14.1"
version: ">=v0.32.0"
- provider: xpkg.upbound.io/crossplane-contrib/provider-helm
version: ">=v0.12.0"
version: ">=v0.15.0"

0 comments on commit 51aeead

Please sign in to comment.