The application chart

Deployment

First installation

Use the command:

helm install dbos ./dbos -f values.yaml

Or

helm install dbos decisionbrain/dbos --version 3.4.1 -f values.yaml

If you added the DecisionBrain Helm registry

Update

Use the command:

helm upgrade dbos ./dbos -f values.yaml

Or

helm upgrade dbos decisionbrain/dbos --version 3.4.1 -f values.yaml

If you added the DecisionBrain Helm registry