chart-verifier
, you will need to package your Helm chart with the following command: chart-verifier
tests you will have 2 options: podman run --rm quay.io/redhat-certification/chart-verifier verify <chart URI>
chart-uri
is the location of the chart archive (path to a local directory or http(s) URI). The archive should be in .tgz format$ ./chart-verifier verify <chart-uri>
chart-uri
is the location of the chart archive on your server. The archive should be in .tgz formatchart-verifier
includes the tests executed and a PASS/FAIL result for each test. It will also indicate whether each test is mandatory or recommended for certification.chart-verifier
tool, please visit the Github documentation​