Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 693 Bytes

File metadata and controls

27 lines (20 loc) · 693 Bytes

Helm Chart Repository

This repository hosts Helm charts via GitHub Pages.

How to use

  • Add the repo:

    helm repo add bagetter https://bagetter.github.io/helm-chart-repo
    helm repo update
  • Search for charts:

    helm search repo bagetter
  • Install BaGetter (example):

    helm install my-bagetter bagetter/bagetter --version <chart-version>

Publishing

  • The chart is packaged and published by the CI workflow in the bagetter/BaGetter repository.
  • Packages (.tgz) and index.yaml are served from the gh-pages branch.
  • Ensure .nojekyll exists in gh-pages so index.yaml is served correctly.