jlandowner/helm-chartsnap-action
GitHub action to do continuous snapshot testing for Helm chart in your CI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 26, 2026
- License
- MIT
Pinned Snippet
uses: jlandowner/helm-chartsnap-action@0b68dfe859b331ea65a01eebc393387c42086474 # v1.1.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GITHUB_TOKEN or a `repo` scoped Personal Access Token (PAT) | — | ${{ github.token }} |
| chart | Name of the Helm chart in remote repository or local chart directory path | yes | — |
| repo | URL of the remote Helm repository | no | — |
| values | Path to the values file or directory | no | — |
| additional_args | Addtional args for the command "helm template" (e.g. --namespace kube-system, --skip-tests, --show-only etc.) | no | — |
| update_snapshot | If set true, update snapshot and create pull request if snapshots are changed | no | — |
| disable_create_pull_request | If set true, disable to create pull request even if snapshots are changed | no | — |
| helm_version | The helm version to use | no | latest |
Outputs
no outputs