Helm chart repository for the OpenEV Data platform. Charts are published as OCI artifacts to GHCR.
| Chart | Description |
|---|---|
open-ev-data |
Deploys the API (ev-server), which fetches the dataset's sqlite release at pod startup. A single chart, no chart dependencies. |
helm install my-release oci://ghcr.io/chargepi/open-ev-data-helm/open-ev-data --version <version>See charts/open-ev-data/README.md for full configuration docs, including
how to source the sqlite database file from somewhere other than GitHub Releases.
helm lint charts/open-ev-data
helm template test charts/open-ev-data