Skip to content

Commit

Permalink
chore: update kyverno CRDs (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesrapkinb authored May 14, 2024
1 parent 8e834b4 commit 970f731
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion libs/kyverno/config.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,25 @@ config.new(
'https://raw.githubusercontent.com/kyverno/kyverno/v1.9.0/config/crds/wgpolicyk8s.io_policyreports.yaml',
],
},
]
{
output: '1.11',
prefix: '^io\\.kyverno\\..*',
localName: 'kyverno',
crds: [
// CRDs retrieved from https://github.com/kyverno/kyverno/tree/v1.11.0/config/crds
'https://raw.githubusercontent.com/kyverno/kyverno/v1.11.0/config/crds/kyverno.io_admissionreports.yaml',
'https://raw.githubusercontent.com/kyverno/kyverno/v1.11.0/config/crds/kyverno.io_backgroundscanreports.yaml',
'https://raw.githubusercontent.com/kyverno/kyverno/v1.11.0/config/crds/kyverno.io_cleanuppolicies.yaml',
'https://raw.githubusercontent.com/kyverno/kyverno/v1.11.0/config/crds/kyverno.io_clusteradmissionreports.yaml',
'https://raw.githubusercontent.com/kyverno/kyverno/v1.11.0/config/crds/kyverno.io_clusterbackgroundscanreports.yaml',
'https://raw.githubusercontent.com/kyverno/kyverno/v1.11.0/config/crds/kyverno.io_clustercleanuppolicies.yaml',
'https://raw.githubusercontent.com/kyverno/kyverno/v1.11.0/config/crds/kyverno.io_clusterpolicies.yaml',
'https://raw.githubusercontent.com/kyverno/kyverno/v1.11.0/config/crds/kyverno.io_policies.yaml',
'https://raw.githubusercontent.com/kyverno/kyverno/v1.11.0/config/crds/kyverno.io_policyexceptions.yaml',
'https://raw.githubusercontent.com/kyverno/kyverno/v1.11.0/config/crds/kyverno.io_updaterequests.yaml',
'https://raw.githubusercontent.com/kyverno/kyverno/v1.11.0/config/crds/wgpolicyk8s.io_clusterpolicyreports.yaml',
'https://raw.githubusercontent.com/kyverno/kyverno/v1.11.0/config/crds/wgpolicyk8s.io_policyreports.yaml',
],
},
],
)

0 comments on commit 970f731

Please sign in to comment.