- 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 update
Search for the Autonity charts:
helm search repo autonity
Install one of the charts:
helm install autonity-network charts-ose.clearmatics.com/autonity-network
Each 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-network
helm delete autonity-network