This repository contains the Helm charts for Ona.
To add the Ona Helm repository, run the following command:
helm repo add ona https://onaio.github.io/helm-chartsTo install a chart, run the following command:
helm install <release-name> ona/<chart-name>To update the Ona Helm repository, run the following command:
helm repo updateFor more information about a chart, run the following command:
helm show readme ona/<chart-name>To contribute to this repository, please read the CONTRIBUTING.md file.