actions-marketplace-validations/Validate Flux Helm Release
Github Action to validate Flux Helm Releases with kubeval
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 1, 2021
- License
- Apache 2.0
Pinned Snippet
uses: actions-marketplace-validations/stefanprodan_hrval-action@6e9543dffcaa593eea90ebf26f7b2f8fd8b1487b # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| helmRelease | The HelmRelease YAML file path or dir | yes | — |
| ignoreValues | When set to true HelmRelease values will be ignored | — | false |
| kubernetesVersion | Version of Kubernetes to validate against | — | master |
| helmVersion | Version of Helm to validate against | — | v2 |
| awsS3Repo | (Optional) Set to true if using an AWS S3 Helm Repo | — | false |
| awsS3RepoName | (Optional) The name of the AWS S3 Helm repo, if awsS3Repo was set to true | — | "" |
| awsS3Plugin | (Optional) AWS S3 Plugin to be used in the helm plugin install command | — | "" |
| helmSourcesCacheEnabled | (Optional) Enabled Helm source caching, so same release or ref will not be downloaded twice. | — | false |
Outputs
| name | description |
|---|---|
| numFilesTested | The number of HelmRelease files which were tested |