vr00mm/Helm Chart Publisher for GitHub Pages

Package a Helm chart and publish it to a Helm repository hosted on GitHub Pages

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
chart-pathPath to the Helm chart directory (must contain Chart.yaml)yes
versionChart version override. Defaults to the version defined in Chart.yaml.no""
tokenGitHub token with write access to the pages repositoryyes
pages-repoRepository hosting the Helm repo (owner/repo), e.g. Vr00mm/vr00mm.github.ioyes
pages-branchBranch of the pages repositorynomaster
charts-dirSubdirectory in the pages repo where .tgz files are stored. Use "." for root.no.
index-dirSubdirectory in the pages repo where index.yaml is written. Use "." for root. Defaults to charts-dir. Set to "." to keep index.yaml at root while charts live in a subdirectory (e.g. charts-dir: charts, index-dir: .). no""
pages-urlBase URL of the GitHub Pages site. For a user/org pages repo (owner.github.io): https://owner.github.io For a project repo: https://owner.github.io/repo-name yes
namedescription
chart-packageFilename of the packaged .tgz chart