A curated Helm chart repository for deploying Nebari Software Packs and companion tools on Kubernetes—versioned, indexed, and always up to date.
Quick Start
Choose your preferred installation method below.
Register the Nebari Helm repository under the alias nebari.
helm repo add nebari \
https://raw.githubusercontent.com/nebari-dev/helm-repository/gh-pages/
Pull the latest chart index from the repository.
helm repo update nebari
Browse the charts below, then install the one you need.
# Replace <chart-name> with the desired chart helm install my-release nebari/<chart-name>
Available Charts
Charts are automatically packaged and published whenever a new chart directory is merged into
main.
About
This repository is powered by GitHub Actions and GitHub Pages — no external infrastructure required.
Add a chart source directory to charts/ on
main and a GitHub Actions
workflow automatically packages it, updates index.yaml, and deploys
everything to GitHub Pages.
Each chart version is preserved in index.yaml with its original
creation date, so helm repo update always gives
you the full history.
Every chart is also pushed to quay.io/nebari as a public
OCI artifact, matching Nebari's existing container image workflow. Install with a single
helm install oci://…
command — no repo registration needed.
No ChartMuseum, no external object storage. Everything is automated via GitHub Actions — GitHub Pages serves the Helm index and quay.io serves the OCI artifacts.