|
1085 | 1085 | - kind: git |
1086 | 1086 | name: k3s-io-helm-controller |
1087 | 1087 | 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) |
1090 | 1091 | repository: https://github.com/k3s-io/helm-controller/ |
1091 | 1092 | versionPattern: "^v([0-9]+\\.[0-9]+\\.[0-9]+)$" |
1092 | | - genPaths: |
1093 | | - - pkg/apis |
| 1093 | + searchPaths: |
| 1094 | + - pkg/crds/yaml |
1094 | 1095 | - kind: helm-oci |
1095 | 1096 | name: k8s-cleaner |
1096 | 1097 | repository: oci://ghcr.io/gianlucam76/charts/k8s-cleaner |
|
1792 | 1793 | repository: https://github.com/rancher/rancher |
1793 | 1794 | versionPattern: "^v([0-9]+\\.[0-9]+\\.[0-9]+)$" |
1794 | 1795 | 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 |
1796 | 1820 | - kind: git |
1797 | 1821 | name: rancher-system-upgrade-controller |
1798 | 1822 | repository: https://github.com/rancher/system-upgrade-controller |
|
0 commit comments