Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 404 Bytes

DEVELOPERS.md

File metadata and controls

10 lines (8 loc) · 404 Bytes

We make use of Github actions and chart-testing from the helm team. When developing locally you can create a kind cluster that supports custom images by running: ./dev-kind-cluster.sh.

Releasing

git checkout -b feature/bump_version
# update versions in charts/wandb/Chart.yaml
git push origin feature/bump_version
# merge PR after checks pass