Skip to content

Commit

Permalink
feat(crossplane): upgrade Kubernetes provider to v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grafanalf committed Dec 11, 2024
1 parent 9f12f7e commit fa2a585
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/crossplane/config.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ config.new(
localName: 'crossplane_sql',
},
{
output: 'provider-kubernetes/0.9',
output: 'provider-kubernetes/0.16',
prefix: '^io\\.crossplane\\.kubernetes\\..*',
crds: ['https://doc.crds.dev/raw/github.com/crossplane-contrib/provider-kubernetes@v0.9.0'],
crds: ['https://doc.crds.dev/raw/github.com/crossplane-contrib/provider-kubernetes@v0.16.0'],
localName: 'crossplane_kubernetes',
},
{
Expand Down

0 comments on commit fa2a585

Please sign in to comment.