Skip to content

Vluxe/switchboard-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Switchboard Charts

Public Helm chart source for customer-installed Switchboard components.

Install the Switchboard agent

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-mtls

The chart repository is served from https://switchboard-mcp.com/charts.

Image

The chart pulls the public customer-installed agent image:

ghcr.io/vluxe/switchboard-agent

Validate changes

helm lint charts/switchboard-agent
helm package charts/switchboard-agent -d dist/charts
helm repo index dist/charts --url https://switchboard-mcp.com/charts

About

Public Helm chart source for Switchboard customer-installed agents

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors