Skip to main content

Usage

Generate Helm chart documentation with helm-docs when a chart has a README.md.gotmpl file.

include:
- component: $CI_SERVER_FQDN/xrow-public/ci-tools/helm-docs@stable
inputs:
name: my-chart
path: chart

The component creates build:helm-docs:<name> and publishes the generated chart README.md as an artifact. Use needs when documentation generation must wait for another job, for example Helm linting.

Inputs

NameDescriptionDefaultType
------------
nameThe name of the Helm Chart.helmstring
needsThe jobs that this job depends on.[]array
pathRelative path to the Helm Chart.chartstring
stageThe name of the stage.buildstring
tagsThe runners that this job depends on.[]array