Helm Charts ๐Ÿ“š

May 6, 2026 ยท View on GitHub

Important

This Helm Chart repo has traditionally been used for deploying CALYPR-related services by external collaborators (e.g. Gen3-Workflow + Funnel)

The larger CALYPR "Umbrella" Helm Chart may be found at calypr/gen3-helm

Moving forward, this repo will likely be merged into calypr/gen3-helm at which point collaborators can be notified of the change.

Upon review, "merging" this repo into Gen3-Helm will likley break current setups/workflows while offering negligble benefits. Keeping this repo as-is!

Helm Charts ๐Ÿ“š

Helm charts for deploying various projects on any kubernetes cluster.

TL;DR โšก

helm repo add ohsu https://calypr.org/helm-charts
helm repo update ohsu

# Install GRIP
helm upgrade --install grip ohsu/grip

# Install Funnel
helm upgrade --install funnel ohsu/funnel

Programs ๐Ÿ’ป

ProgramDescription
GRIP
GRIP stands for GRaph Integration Platform. It provides a graph interface on top of a variety of existing database technologies including: MongoDB, Elasticsearch, PostgreSQL, MySQL, MariaDB, Badger, and LevelDB.
Funnel
Funnel is a toolkit for distributed, batch task execution, including a server, worker, and a set of compute, storage, and database backends.

GRIP ๐Ÿ”ง

helm upgrade --install funnel ohsu/grip --create-namespace --namespace grip

Funnel ๐ŸŒช๏ธ๏ธ

helm upgrade --install funnel ohsu/funnel --create-namespace --namespace funnel

Additional Resources ๐Ÿ“š

Credits ๐Ÿค

Adapted from the Gen3 Helm Charts repo from the Center for Translational Data Science