shini4i/Helm Charts Updater
A tool that will update helm charts in a given repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | A token to commit to github repository | yes | — |
| gh_user | The owner of helm charts git repository | yes | — |
| gh_repo | The name of git repository with helm charts | yes | — |
| clone_path | The path to clone the git repository | no | charts-repo |
| commit_author | The author that will be used to commit to charts repo | no | github-actions[bot] |
| commit_email | The email that will be used to commit to charts repo | no | github-actions[bot]@users.noreply.github.com |
| charts_path | Path to the location of helm charts in the gh_repo | no | charts |
| chart_name | The name of the helm chart to update | yes | — |
| app_version | The new value for appVersion | yes | — |
| generate_docs | Generate helm docs | no | true |
| update_readme | Create a table with a list of charts | no | false |
| update_chart_annotations | Add annotations to the chart reflecting the updated appVersion | no | false |
Outputs
no outputs