mkdocs-helm

An mkdocs plugin for publishing helm repository


License
MIT
Install
pip install mkdocs-helm==1.0.2

Documentation

Mkdocs Helm Plugin

An Mkdocs Plugin to turn github pages as an helm repo.

How to use

  1. Adding helm-repo plugin into mkdocs.yaml and configure it.
    plugins:
     - helm-repo:
         chart: alb-ingress-controller-helm
  2. Supported plugin configurations:
    • chart: Required, path to your helm chart from root directory.
    • chart_dir: Optional(default to 'charts'), http path to host your actual charts
    • helm_repo_url: Optional(default to github pages), intended helm repository url
  3. Supported environment variables:
    • HELM_BIN: Optional(default to 'helm') path to your helm binary
    • GIT_BIN: Optional(default to 'git') path to your git binary