Skip to content

Setup Helm Docs

Actions
Action that installs Helm Docs, a tool for automatically generating markdown documentation for Helm charts
v1.0.4
Latest
Star (6)

Tags

 (1)

Setup Helm Docs Action

This action installs norwoodj/helm-docs, a tool for automatically generating markdown documentation for Helm charts.

Usage

Inputs

Name Description Required Default
version The Helm Docs version to install false latest
repo The Helm Docs repo to use false norwoodj/helm-docs
token GitHub token false ${{ github.token }}

Outputs

Name Description
version The Helm Docs version that was installed

Example Workflow

name: Update Chart Metadata

on: push

jobs:
  update-chart-metadata:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - uses: gabe565/setup-helm-docs-action@v1
      - run: helm-docs

Setup Helm Docs is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Action that installs Helm Docs, a tool for automatically generating markdown documentation for Helm charts
v1.0.4
Latest

Tags

 (1)

Setup Helm Docs is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.