jlandowner/helm-chartsnap-action

GitHub action to do continuous snapshot testing for Helm chart in your CI

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Feb 26, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: jlandowner/helm-chartsnap-action@0b68dfe859b331ea65a01eebc393387c42086474 # v1.1.3

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
tokenGITHUB_TOKEN or a `repo` scoped Personal Access Token (PAT)${{ github.token }}
chartName of the Helm chart in remote repository or local chart directory pathyes
repoURL of the remote Helm repositoryno
valuesPath to the values file or directoryno
additional_argsAddtional args for the command "helm template" (e.g. --namespace kube-system, --skip-tests, --show-only etc.)no
update_snapshotIf set true, update snapshot and create pull request if snapshots are changedno
disable_create_pull_requestIf set true, disable to create pull request even if snapshots are changedno
helm_versionThe helm version to usenolatest

no outputs