Skip to content

Commit bf4542c

Browse files
authored
chore: update sources (#209)
1 parent 104b0cf commit bf4542c

File tree

2 files changed

+38
-5
lines changed

2 files changed

+38
-5
lines changed

configuration-ignore.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,3 +160,12 @@
160160
- group: platform\.confluent\.io
161161
kind: referencegrant
162162
version: v1beta1
163+
- description: |
164+
Certain CRDs under catalog.cattle.io and management.cattle.io seem to come from CMT and are used internally by CMT itself - see https://github.com/intel/cluster-management-toolkit or https://github.com/taotriad/cluster-management-toolkit
165+
items:
166+
- group: catalog\.cattle\.io
167+
kind: app
168+
version: v1
169+
- group: management\.cattle\.io
170+
kind: authconfig|clusterregistrationtoken|managedchart|podsecurityadmissionconfigurationtemplate
171+
version: v3

configuration.yaml

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,12 +1085,13 @@
10851085
- kind: git
10861086
name: k3s-io-helm-controller
10871087
description: >
1088-
CRDs are not committed to `manifests` and the ones in `pkg/crds/yaml/generated`
1089-
are only the newer ones and seems likely to change
1088+
CRDs are not committed to `manifests` and the ones in `pkg/crds/yaml`
1089+
are only the newer ones and does not contain the original k3s.cattle.io
1090+
from v0.1.2 (2019)
10901091
repository: https://github.com/k3s-io/helm-controller/
10911092
versionPattern: "^v([0-9]+\\.[0-9]+\\.[0-9]+)$"
1092-
genPaths:
1093-
- pkg/apis
1093+
searchPaths:
1094+
- pkg/crds/yaml
10941095
- kind: helm-oci
10951096
name: k8s-cleaner
10961097
repository: oci://ghcr.io/gianlucam76/charts/k8s-cleaner
@@ -1792,7 +1793,30 @@
17921793
repository: https://github.com/rancher/rancher
17931794
versionPattern: "^v([0-9]+\\.[0-9]+\\.[0-9]+)$"
17941795
searchPaths:
1795-
- pkg/crds
1796+
- pkg/crds/yaml
1797+
- entries:
1798+
- fleet-crd
1799+
kind: helm
1800+
name: rancher-fleet
1801+
repository: https://rancher.github.io/fleet-helm-charts
1802+
- kind: git
1803+
name: rancher-operator-aks
1804+
repository: https://github.com/rancher/aks-operator
1805+
versionPattern: "^v([0-9]+\\.[0-9]+\\.[0-9]+)$"
1806+
searchPaths:
1807+
- charts/aks-operator-crd
1808+
- kind: git
1809+
name: rancher-operator-eks
1810+
repository: https://github.com/rancher/eks-operator
1811+
versionPattern: "^v([0-9]+\\.[0-9]+\\.[0-9]+)$"
1812+
searchPaths:
1813+
- charts/eks-operator-crd
1814+
- kind: git
1815+
name: rancher-operator-gke
1816+
repository: https://github.com/rancher/gke-operator
1817+
versionPattern: "^v([0-9]+\\.[0-9]+\\.[0-9]+)$"
1818+
searchPaths:
1819+
- charts/gke-operator-crd
17961820
- kind: git
17971821
name: rancher-system-upgrade-controller
17981822
repository: https://github.com/rancher/system-upgrade-controller

0 commit comments

Comments
 (0)