Skip to content

Commit 71bc697

Browse files
authored
chore: update sources (#152)
1 parent 746f62a commit 71bc697

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

configuration.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1683,10 +1683,18 @@
16831683
kind: helm
16841684
name: presslabs
16851685
repository: https://presslabs.github.io/charts
1686+
- kind: git
1687+
name: projectcalico
1688+
description: Only version 3 CRDs and above are present - however once an actual release is made, the `includeHead` should be removed
1689+
repository: https://github.com/projectcalico/calico
1690+
searchPaths:
1691+
- api/config/crd
1692+
versionPrefix: v
1693+
includeHead: true
16861694
- includeHead: true
16871695
kind: git
1688-
name: projectcalico
1689-
description: Using their library requires using genPaths
1696+
name: projectcalico-old
1697+
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
16901698
repository: https://github.com/projectcalico/api
16911699
genPaths:
16921700
- ./pkg/apis

0 commit comments

Comments
 (0)