mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-13 03:24:39 +00:00
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:
@@ -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."
|
||||
Reference in New Issue
Block a user