Skip to main content
Version: 25.3

Pipeline Optimization: Helm

Helm is an open-source command line tool used for managing Kubernetes applications. Seqera offers a Helm chart to deploy Pipeline Optimization Enterprise on a Kubernetes cluster.

Prerequisites

Other than the basic requirements already listed in the Pipeline Optimization installation overview, you will need:

Installation as part of Seqera Platform Enterprise

The Pipeline Optimization Helm chart has been designed as a sub-chart of the main Seqera Platform Enterprise Helm chart, but can optionally be installed independently like the Platform chart.

To install Pipeline Optimization as part of your Seqera Platform Enterprise deployment, make sure the pipeline-optimization.enabled value in your custom Platform's values.yaml file is set to true:

pipeline-optimization:
enabled: true

At the same time, configure the desired Pipeline Optimization options as described in the Pipeline Optimization Helm chart documentation, in particular the Pipeline Optimization and Platform databases. Also refer to the example provided in the Helm charts repository.

Then, follow the instructions in the Seqera Platform Enterprise installation guide using Helm to install or upgrade your Platform deployment with Pipeline Optimization.