From 89a3c1c1beb915298819672d4dd6c92b304e02ec Mon Sep 17 00:00:00 2001 From: Shubham Pampattiwar Date: Fri, 4 Sep 2026 00:28:05 -0700 Subject: [PATCH] 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 --- .clomonitor.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .clomonitor.yml diff --git a/.clomonitor.yml b/.clomonitor.yml new file mode 100644 index 000000000..eb0d59284 --- /dev/null +++ b/.clomonitor.yml @@ -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."