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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| validate-main-alpha-merge | When true, the action will fail if the pull request is into the `main` branch and the source branch is not `alpha` | no | true |
| chart-path | Path to the helm chart. Defaults to "chart" | no | chart |
| lint-args | Args to pass to the lint command. i.e. `--set x=y` | no | "" |
| template-args | Args to pass to the template command. i.e. `--set x=y` | no | "" |
Outputs
no outputs