sendgrid-stats-exporter
sendgrid-stats-exporter copied to clipboard
feat: add workflow to release helm chart
Hi @cw-sakamoto 👋
First of all thanks a lot for this project, it is really useful 🤩 .
This little contribution allow us to release and download the helm chart in a more standard way compared to the usage of the helm plugin helm-git
(also note that both method are compatible).
In order to the release process can work, we need to:
- Create a git branch named
gh-pages
- Enable the github pages on the repo
- Point the github pages to the branch
gh-pages
As mentionned here
If you need more details, don't hesitate to ask
Cheers