chaingraph icon indicating copy to clipboard operation
chaingraph copied to clipboard

`helm lint` and `helm test` in CI before releasing Chart

Open bitjson opened this issue 4 years ago • 0 comments

We should run helm lint and helm test in continuous integration before releasing new chart versions, see:

  • https://github.com/helm/kind-action
  • https://github.com/helm/chart-testing-action
  • https://github.com/helm/charts-repo-actions-demo

It would be great to test the chart with all default settings (syncing a testnet4 node), then ensure the API is responding and working as expected – maybe send a query to ensure the sync has reached some block height.

bitjson avatar Nov 19 '21 23:11 bitjson