Official Helm charts for Ferro Labs — starting with the AI Gateway.
| Chart | Description | Version |
|---|---|---|
| ai-gateway | High-performance multi-provider LLM proxy | 1.0.4 |
helm repo add ferro-labs https://ferro-labs.github.io/helm-charts
helm repo update
helm install ferrogw ferro-labs/ai-gateway \
--version 1.0.4 \
--set secrets.adminApiKey="your-admin-key" \
--set secrets.providers.openai="sk-..." \
--set secrets.providers.anthropic="sk-ant-..."Full deployment guide: docs.ferrolabs.ai/guides/kubernetes
Charts are linted and installed on every PR via chart-testing. See .github/workflows/lint-test.yml for the CI setup.