Version-controlled Helm charts
To use a Helm Chart from your version control repository, add a definition to your application configuration in Release:
You can access Helm Charts from multiple remote repositories:
At deploy time, Release will look for a branch in the remote repository that matches the branch currently being deployed.
To pin a chart from a remote repository to a specific branch, use remote_branch
to define which branch to use for the Helm Chart in the remote repository.
Once you've configured the charts, you can use them in a workflow. Workflows allow you to run the Helm charts in parallel and orchestrate the deployment of all your services.
Here is an example workflow to deploy Postgres, a worker, an API, and a frontend:
Last updated
Was this helpful?