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

Two ways to install. The Helm-index flow is the traditional path: add the repository once, then install charts by name. The OCI flow skips the repo step and installs a specific version directly from quay.io. New to Helm?

Register the Nebari repository under the alias nebari. After that, every chart in the catalog below is installable by name. Run helm repo update when you want to pick up newly published versions.

# 1. Add the Nebari Helm repository (one-time setup)
helm repo add nebari https://raw.githubusercontent.com/nebari-dev/helm-repository/gh-pages/

# 2. Pull the latest chart index
helm repo update nebari

# 3. Install a chart (pick a name from the catalog below)
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.

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/charts as a public OCI artifact, separate from container image repositories. 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.