The code is provided as-is with no warranties.
Helm must be installed to use the charts. Please refer to Helm’s documentation to get started.
Once Helm is set up properly, add the repo as follows:
helm repo add seqeralabs https://seqeralabs.github.io/helm-charts
You can then run helm search repo seqeralabs to see the charts.
Charts are also published as OCI artifacts to public.cr.seqera.io/charts. You can install
directly from the OCI registry without adding the Helm repo, for example:
helm install my-release oci://public.cr.seqera.io/charts/platform --version <version>
For high availability or air-gapped deployments, you can vendor (replicate) the charts into your own internal OCI registry. See the vendoring documentation for details.
Chart documentation is available in seqeralabs directory.
We’d love to have you contribute! Please refer to our contribution guidelines for details.