Add .clomonitor.yml with Artifact Hub badge exemption (#10469)

The Velero core repository is not distributed as an Artifact Hub package,
so the CLOMonitor artifacthub_badge check is not applicable. Declare an
exemption with justification per CLOMonitor's metadata schema.

Part of the CNCF incubation readiness work (#10383).

Signed-off-by: Shubham Pampattiwar <spampatt@redhat.com>
This commit is contained in:
Shubham Pampattiwar
2026-09-04 15:28:05 +08:00
committed by GitHub
parent 0af5adf8d5
commit 89a3c1c1be
+7
View File
@@ -0,0 +1,7 @@
# CLOMonitor metadata file
# https://github.com/cncf/clomonitor/blob/main/docs/metadata/.clomonitor.yml
# Checks exemptions
exemptions:
- check: artifacthub_badge
reason: "Velero is not distributed as an Artifact Hub package. The Velero core project is consumed via container images and release binaries, and the community-maintained Helm chart is published from a separate repository (vmware-tanzu/helm-charts). There is no Artifact Hub listing for this repository."