catalystcommunity/Validate Helm Chart

Validates a helm chart using helm lint, and helm template commands. Optionally validates that the only branch merged into main is alpha

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
validate-main-alpha-mergeWhen true, the action will fail if the pull request is into the `main` branch and the source branch is not `alpha`notrue
chart-pathPath to the helm chart. Defaults to "chart"nochart
lint-argsArgs to pass to the lint command. i.e. `--set x=y`no""
template-argsArgs to pass to the template command. i.e. `--set x=y`no""

no outputs