Categorygithub.com/halkeye/helm-repo-html
modulepackage
0.2.1
Repository: https://github.com/halkeye/helm-repo-html.git
Documentation: pkg.go.dev

# README

helm-repo-html

A quick little plugin that will generate a index.html file based on your index.yaml

Quick Install

helm plugin install https://github.com/halkeye/helm-repo-html

Quick Usage

# Generate your yaml and html
helm repo index ./
helm repo-html
# Now save the two file
git add index.yaml index.html
git commit -m "Update release"
git push

Example

https://halkeye.github.io/helm-charts/

# Structs

ChartEntry is an individual chart entry.
Charts is a record of all charts and a few metadata.
MaintainerEntry is a list of maintainers for a chart.