Skip to content

esgf2-us/metagrid-k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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