Helm charts for
Nebari's ecosystem

A curated Helm chart repository for deploying Nebari Software Packs and companion tools on Kubernetes—versioned, indexed, and always up to date.

Install a Nebari Helm chart

Choose your preferred installation method below.

1

Add the Helm repository

Register the Nebari Helm repository under the alias nebari.

helm repo add nebari \
  https://raw.githubusercontent.com/nebari-dev/helm-repository/gh-pages/
2

Update the local cache

Pull the latest chart index from the repository.

helm repo update nebari
3

Install a chart

Browse the charts below, then install the one you need.

# Replace <chart-name> with the desired chart
helm install my-release nebari/<chart-name>

Browse the chart catalog

Charts are automatically packaged and published whenever a new chart directory is merged into main.

Loading charts from index…

How it works

This repository is powered by GitHub Actions and GitHub Pages — no external infrastructure required.

📦

Automated publishing

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.

🏷️

Versioned index

Each chart version is preserved in index.yaml with its original creation date, so helm repo update always gives you the full history.

📡

OCI on quay.io

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.

🚀

Zero maintenance

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.