Skip to content

Commit

Permalink
Crossplane 1.18 and 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
padlar committed Feb 20, 2025
1 parent 6dec712 commit 897071c
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions libs/crossplane/config.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ config.new(
specs=[
// Crossplane itself
// Release support table: https://github.com/crossplane/crossplane#releases
{
output: 'crossplane/1.19',
prefix: '^io\\.crossplane\\.(pkg|apiextensions)\\..*',
crds: ['https://doc.crds.dev/raw/github.com/crossplane/[email protected]'],
localName: 'crossplane',
patchDir: 'custom/crossplane',
},
{
output: 'crossplane/1.18',
prefix: '^io\\.crossplane\\.(pkg|apiextensions)\\..*',
crds: ['https://doc.crds.dev/raw/github.com/crossplane/[email protected]'],
localName: 'crossplane',
patchDir: 'custom/crossplane',
},
{
output: 'crossplane/1.17',
prefix: '^io\\.crossplane\\.(pkg|apiextensions)\\..*',
Expand Down Expand Up @@ -158,13 +172,13 @@ config.new(
output: 'function-patch-and-transform/0.7',
prefix: '^io\\.crossplane\\.fn\\.pt\\..*',
crds: ['https://raw.githubusercontent.com/crossplane-contrib/function-patch-and-transform/refs/tags/v0.7.0/package/input/pt.fn.crossplane.io_resources.yaml'],
localName: 'function_patch_and_transform'
localName: 'function_patch_and_transform',
},
{
output: 'function-cel-filter/0.1',
prefix: '^io\\.crossplane\\.fn\\.cel\\..*',
crds: ['https://raw.githubusercontent.com/crossplane-contrib/function-cel-filter/refs/tags/v0.1.1/package/input/cel.fn.crossplane.io_filters.yaml'],
localName: 'function_cel_filter'
}
localName: 'function_cel_filter',
},
]
)

0 comments on commit 897071c

Please sign in to comment.