iver-wharf / wharf-helm

Deploy Wharf to Kubernetes using Helm
MIT License
0 stars 0 forks source link

Publish chart via GitHub pages #5

Closed applejag closed 3 years ago

applejag commented 3 years ago

Found a brilliant guide (from 2020) about hosting Helm charts on GitHub pages as well as setting up proper GitHub Actions linting for it: https://jamiemagee.co.uk/blog/how-to-host-your-helm-chart-repository-on-github/

The CR_TOKEN workaround does not seem relevant anymore though: https://github.community/t/github-action-not-triggering-gh-pages-upon-push/16096/6 (source: https://dev.to/mikesir87/comment/1922o)

Depends on #1 to be merged first before work can be started