From cc08a9d3eabc545209608dfadd0440a3768d4b1e Mon Sep 17 00:00:00 2001 From: Orlix <7236111+OrlinVasilev@users.noreply.github.com> Date: Fri, 27 Jun 2025 19:38:05 +0300 Subject: [PATCH] Add .clomonitor.yml file so we can exclude the Artifact Hub check (#12555) * Add .clomonitor.yml file so we can exclude the Artifact Hub check and few others in the future if nneeded Signed-off-by: Orlix --- .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 00000000000..d0a0dd575ed --- /dev/null +++ b/.clomonitor.yml @@ -0,0 +1,7 @@ +# CLOMonitor metadata file +# This file must be located at the root of the repository + +# Checks exemptions +exemptions: + - check: artifacthub_badge # Check identifier (see https://github.com/cncf/clomonitor/blob/main/docs/checks.md#exemptions) + reason: "K3s is bundled Kubernetes distribution and it's installed via the k3s binary or script or shipped as part of OS and therefore, it does not appear on Artifact Hub independently."