From 0d93efc845a62487bd18da6eec157460f119c6df Mon Sep 17 00:00:00 2001 From: Jakob Jensen Date: Thu, 2 Apr 2026 18:45:57 +0200 Subject: [PATCH] chore: update sources --- configuration-ignore.yaml | 9 +++++++++ configuration.yaml | 34 +++++++++++++++++++++++++++++----- 2 files changed, 38 insertions(+), 5 deletions(-) diff --git a/configuration-ignore.yaml b/configuration-ignore.yaml index 80591aff4..8181d64f8 100644 --- a/configuration-ignore.yaml +++ b/configuration-ignore.yaml @@ -160,3 +160,12 @@ - group: platform\.confluent\.io kind: referencegrant version: v1beta1 +- description: | + 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 + items: + - group: catalog\.cattle\.io + kind: app + version: v1 + - group: management\.cattle\.io + kind: authconfig|clusterregistrationtoken|managedchart|podsecurityadmissionconfigurationtemplate + version: v3 diff --git a/configuration.yaml b/configuration.yaml index d40de7660..89e56b415 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -1085,12 +1085,13 @@ - kind: git name: k3s-io-helm-controller description: > - CRDs are not committed to `manifests` and the ones in `pkg/crds/yaml/generated` - are only the newer ones and seems likely to change + CRDs are not committed to `manifests` and the ones in `pkg/crds/yaml` + are only the newer ones and does not contain the original k3s.cattle.io + from v0.1.2 (2019) repository: https://github.com/k3s-io/helm-controller/ versionPattern: "^v([0-9]+\\.[0-9]+\\.[0-9]+)$" - genPaths: - - pkg/apis + searchPaths: + - pkg/crds/yaml - kind: helm-oci name: k8s-cleaner repository: oci://ghcr.io/gianlucam76/charts/k8s-cleaner @@ -1792,7 +1793,30 @@ repository: https://github.com/rancher/rancher versionPattern: "^v([0-9]+\\.[0-9]+\\.[0-9]+)$" searchPaths: - - pkg/crds + - pkg/crds/yaml +- entries: + - fleet-crd + kind: helm + name: rancher-fleet + repository: https://rancher.github.io/fleet-helm-charts +- kind: git + name: rancher-operator-aks + repository: https://github.com/rancher/aks-operator + versionPattern: "^v([0-9]+\\.[0-9]+\\.[0-9]+)$" + searchPaths: + - charts/aks-operator-crd +- kind: git + name: rancher-operator-eks + repository: https://github.com/rancher/eks-operator + versionPattern: "^v([0-9]+\\.[0-9]+\\.[0-9]+)$" + searchPaths: + - charts/eks-operator-crd +- kind: git + name: rancher-operator-gke + repository: https://github.com/rancher/gke-operator + versionPattern: "^v([0-9]+\\.[0-9]+\\.[0-9]+)$" + searchPaths: + - charts/gke-operator-crd - kind: git name: rancher-system-upgrade-controller repository: https://github.com/rancher/system-upgrade-controller