Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 656 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 656 Bytes

Metagrid-k8s

This repository contains the Helm chart for installing Metagrid.

Adding the Chart

helm repo add metagrid https://esgf2-us.github.io/metagrid-k8s
helm repo update

Releasing New Chart

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