helm-charts

Ferro Labs Helm Charts

Artifact Hub

Official Helm charts for Ferro Labs — starting with the AI Gateway.

Charts

Chart Description Version
ai-gateway High-performance multi-provider LLM proxy 0.1.0

Quick install

helm repo add ferro-labs https://ferro-labs.github.io/helm-charts
helm repo update

helm install ferrogw ferro-labs/ai-gateway \
  --set secrets.adminApiKey="your-admin-key" \
  --set secrets.providers.openai="sk-..." \
  --set secrets.providers.anthropic="sk-ant-..."

Documentation

Full deployment guide: docs.ferrolabs.ai/guides/kubernetes

Contributing

Charts are linted and installed on every PR via chart-testing. See .github/workflows/lint-test.yml for the CI setup.