Add repo
helm repo add charts-ose.clearmatics.com https://charts-ose.clearmatics.comSearch
helm search autonityInstall example
helm install charts-ose.clearmatics.com/autonity-demoEach chart should contain tests in ./stable/%CHARTNAME%/templates/tests directory.
The tests could be based on Bash Automated Testing System (and use Bats Docker image )
For run test
- install chart chart to the cluster
- Run tests
helm test --timeout 300 ${CHART_NAME}