ti/HELM Values Version Updater
Updates version value in a YAML file within a GitHub repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | The GitHub repository path | yes | — |
| github_token | GitHub token with repository write permissions | yes | — |
| branch | The branch to modify | no | main |
| values_file | Path to the YAML file within the repository | no | app/values/values.beta.yaml |
| version_key | The key within the YAML file to update | no | version |
| version | The new version value to set | yes | — |
| commit_message | The commit message for the changes | no | — |
Outputs
no outputs