helm_artifact
A third party Helm artifact.
Backend: pants.backend.experimental.helm
artifact
str
Artifact name of the chart, without version number.
version
str
The version
part of a third party Helm chart.
description
str | None
None
A human-readable description of the target.
Use /home/josh/work/scie-pants/dist/pants list --documented ::
to see all targets with descriptions.
registry
str | None
None
Either registry alias (prefixed by @
) configured in [helm.registries]
for the Helm artifact or the full OCI registry URL.
repository
str | None
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
None
Arbitrary strings to describe a target.
For example, you may tag some test targets with 'integration_test' so that you could run /home/josh/work/scie-pants/dist/pants --tag='integration_test' test ::
to only run on targets with that tag.