Skip to content

Commit 7814fe4

Browse files
authored
feat(crossplane): upgrade Kubernetes provider to v0.15.0 (#487)
1 parent 9f12f7e commit 7814fe4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/crossplane/config.jsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ config.new(
7878
localName: 'crossplane_sql',
7979
},
8080
{
81-
output: 'provider-kubernetes/0.9',
81+
output: 'provider-kubernetes/0.15',
8282
prefix: '^io\\.crossplane\\.kubernetes\\..*',
83-
crds: ['https://doc.crds.dev/raw/github.com/crossplane-contrib/provider-kubernetes@v0.9.0'],
83+
crds: ['https://doc.crds.dev/raw/github.com/crossplane-contrib/provider-kubernetes@v0.15.0'],
8484
localName: 'crossplane_kubernetes',
8585
},
8686
{

0 commit comments

Comments
 (0)