Skip to content

Latest commit

 

History

History
62 lines (48 loc) · 3.44 KB

File metadata and controls

62 lines (48 loc) · 3.44 KB

branding<icon:check-circle color:gray-dark> GitHub Action: Test Helm Chart

Release%20by%20tagRelease%20by%20dateCommitOpen%20IssuesDownloads

Action to test a Helm chart. Mainly using helm/chart-testing-action

- uses: hoverkraft-tech/ci-github-container@0.18.0
  with:
    # Description: Working directory
    #
    # Default: ${{ github.workspace }}
    working-directory: ""

    # Description: Set values for Helm chart. Multiple values can be set using
    # multiline string. Example: key1=value1 key2=value2
    #
    helm-set: ""

    # Description: List of Helm repositories to add before testing charts. See
    # <https://helm.sh/docs/helm/helm_repo_add/>.
    #
    helm-repositories: ""
Input Description Default Required
working-directory Working directory ${{ github.workspace }} false
helm-set Set values for Helm chart.
Multiple values can be set using multiline string.
Example:
key1=value1
key2=value2
false
helm-repositories List of Helm repositories to add before testing charts.
See https://helm.sh/docs/helm/helm_repo_add/.
false
Output Description Default Required