In a previous article, I described how to expose a Github source repo as a public Helm repository by enabling Github Pages and running the chart-releaser utility. In this article, I want to remove the manual invocation of the chart-releaser, and instead place that into an Github Actions workflow that automatically publishes changes to the ... Helm: automated publishing of Helm repo with Github Actions| fabianlee.org
You can create a release to package software, along with release notes and links to binary files, for other people to use.| GitHub Docs
Describe how to use Chart Releaser Action to automate releasing charts through GitHub pages.| helm.sh
Describes how to verify the integrity and origin of a Chart.| helm.sh