We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9356f4 commit 20b48a7Copy full SHA for 20b48a7
libs/crossplane-core/config.jsonnet
@@ -6,9 +6,9 @@ config.new(
6
// Crossplane itself
7
// Release support table: https://github.com/crossplane/crossplane#releases
8
{
9
- output: 'crossplane/1.20',
+ output: 'crossplane/2.0',
10
prefix: '^io\\.crossplane\\.(pkg|apiextensions)\\..*',
11
- crds: ['https://doc.crds.dev/raw/github.com/crossplane/crossplane@v1.20.0'],
+ crds: ['https://doc.crds.dev/raw/github.com/crossplane/crossplane@v2.0.0'],
12
localName: 'crossplane',
13
patchDir: 'custom/crossplane',
14
},
0 commit comments