Public Helm chart source for customer-installed Switchboard components.
helm repo add switchboard https://switchboard-mcp.com/charts
helm repo update
helm install switchboard-agent switchboard/switchboard-agent \
--set agent.orgID=org_... \
--set agent.postgresDSN='postgres://USER:PASSWORD@HOST:5432/DATABASE?sslmode=require' \
--set agent.tls.certSecretName=switchboard-agent-mtlsThe chart repository is served from https://switchboard-mcp.com/charts.
The chart pulls the public customer-installed agent image:
ghcr.io/vluxe/switchboard-agent
helm lint charts/switchboard-agent
helm package charts/switchboard-agent -d dist/charts
helm repo index dist/charts --url https://switchboard-mcp.com/charts