mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-27 18:34:18 +00:00
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>
8 lines
475 B
YAML
8 lines
475 B
YAML
# 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."
|