camptocamp/Helm Dependencies Upgrader
GitHub Action to update Helm dependencies on a Helm chart.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 7, 2024
- License
- Apache 2.0
Pinned Snippet
uses: camptocamp/helm-dependency-update-action@01f9d7d1efe273f878b6c145022538c3e68da49c # v0.5.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| chart-path | Path to the Helm chart folder. | yes | — |
| readme-path | Path to a README.adoc with AsciiDoc attributes in the format ':<DEPENDENCY_NAME>-chart-version: <DEPENDENCY_VERSION>' that will be updated in the event of an update. | no | "" |
| update-strategy | Upgrade strategy to use. Valid values are 'major', 'minor' or 'patch'. | no | minor |
| excluded-dependencies | Comma-separated list of dependencies to exclude from the update. | no | "" |
| dry-run | Run the action in dry-run mode to check possible updates but do not perform any update. | no | false |
Outputs
| name | description |
|---|---|
| update-type | String containing the update type that was effectively performed. Outputs one of the following values: 'none', 'patch', 'minor' or 'major'. |