Skip to main content
Version: 2.19.x (prerelease)

helm_artifact


A third party Helm artifact.

Backend: pants.backend.experimental.helm


tags

field.type_hint
required

Arbitrary strings to describe a target.

For example, you may tag some test targets with 'integration_test' so that you could run scie-pants-linux-x86_64 --tag='integration_test' test :: to only run on targets with that tag.

description

field.type_hint
required

A human-readable description of the target.

Use scie-pants-linux-x86_64 list --documented :: to see all targets with descriptions.

registry

field.type_hint
required

Either registry alias (prefixed by @) configured in [helm.registries] for the Helm artifact or the full OCI registry URL.

repository

field.type_hint
required

Either a HTTP(S) URL to a classic repository, or a path inside an OCI registry (when registry is provided).

artifact

field.type_hint
required

Artifact name of the chart, without version number.

version

field.type_hint
required

The version part of a third party Helm chart.