helm_artifact
A third party Helm artifact.
Backend: pants.backend.experimental.helm
artifact
strrequired
Artifact name of the chart, without version number.
version
strrequired
The version part of a third party Helm chart.
description
str | Nonedefault:
NoneA human-readable description of the target.
Use pants list --documented :: to see all targets with descriptions.
registry
str | Nonedefault:
NoneEither registry alias (prefixed by @) configured in [helm.registries] for the Helm artifact or the full OCI registry URL.
repository
str | Nonedefault:
NoneEither a HTTP(S) URL to a classic repository, or a path inside an OCI registry (when registry is provided).
tags
Iterable[str] | Nonedefault:
NoneArbitrary 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.