Skip to content

Commit

Permalink
feat(crossplane): upgrade Kubernetes provider to v0.15.0 (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
grafanalf authored Dec 12, 2024
1 parent 9f12f7e commit 7814fe4
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.15',
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.15.0'],
localName: 'crossplane_kubernetes',
},
{
Expand Down

0 comments on commit 7814fe4

Please sign in to comment.