- Kubernetes
>=1.15.11-0 - Helm v3.2.4
Add the relevant repository, and update:
helm repo add stable https://kubernetes-charts.storage.googleapis.com/
helm repo add charts-ose.clearmatics.com https://charts-ose.clearmatics.com
helm repo updateSearch for the Autonity charts:
helm search repo autonityInstall one of the charts:
helm install autonity-network charts-ose.clearmatics.com/autonity-networkEach chart should contain tests in the ./stable/%CHARTNAME%/templates/tests directory. The tests are based on Bash Automated Testing System (and use Bats Docker image ).
Run the tests:
helm test autonity-networkhelm delete autonity-network