Skip to main content
Version: 2.18 (deprecated)

helm_artifact


A third party Helm artifact.

Backend: pants.backend.experimental.helm


artifact

str
required

Artifact name of the chart, without version number.

version

str
required

The version part of a third party Helm chart.

description

str | None
default: None

A human-readable description of the target.

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

registry

str | None
default: None

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

repository

str | None
default: None

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

tags

Iterable[str] | None
default: None

Arbitrary strings to describe a target.

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