Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1683,10 +1683,18 @@
kind: helm
name: presslabs
repository: https://presslabs.github.io/charts
- kind: git
name: projectcalico
description: Only version 3 CRDs and above are present - however once an actual release is made, the `includeHead` should be removed
repository: https://github.com/projectcalico/calico
searchPaths:
- api/config/crd
versionPrefix: v
includeHead: true
- includeHead: true
kind: git
name: projectcalico
description: Using their library requires using genPaths
name: projectcalico-old
description: Using their library requires using genPaths, but now seems deprecated - imcomplete from version 3 and above, nameing this as to allow overwriting its old version 3 CRDs from the other source
repository: https://github.com/projectcalico/api
genPaths:
- ./pkg/apis
Expand Down