This repository contains the Helm chart for installing Metagrid.
helm repo add metagrid https://esgf2-us.github.io/metagrid-k8s
helm repo update
The releasing of new chart versions is automated using GitHub Actions.
To release a new chart version, make your changes, bump the chart version using tbump and pysemv, then submit a PR.
pip install tbump semver
cd chart/
make bump-patch