camalot/Helm Build
Build, Package, and Publish Helm Charts to Artifactory
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| lint_args | Additional arguments to add to `helm lint`. Example: --set foo=bar | no | "" |
| lint_strict | Should action use --strict flag for linting (default: true) | no | true |
| template_lint | Should action use 'helm template lint' vs 'helm lint' (default: false) | no | false |
| target_ref | The branch ref to target for the commit change. | no | develop |
| plugin_version | The version of the helm artifactory push plugin | no | 1.0.1 |
| ARTIFACTORY_URL | The base url to artifactory. | yes | — |
| ARTIFACTORY_USER | The artifactory login user | yes | — |
| ARTIFACTORY_TOKEN | The artifactory login token | yes | — |
| ARTIFACTORY_REPO_NAME | The name of the helm repo in artifactory | no | helm |
| GITHUB_TOKEN | The github token | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| chart_version | The updated version of the chart |
| chart_tag | The value set for the commit tag |
| chart_name | The name of the chart that was published |