joejulian/Helm chart bumper
Bump Helm Chart.yaml version based on appVersion/dependency semver changes (optionally updating images/deps first)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base_ref | Git ref to read the base Chart.yaml from (e.g. 'refs/remotes/origin/main', 'origin/main', 'main', or 'HEAD~1') | yes | — |
| base_ref_path | Repository-relative path to base Chart.yaml when using base_ref (defaults to cur) | no | "" |
| repo | Path to the git working tree (used with base_ref) | no | . |
| cur | Path to current Chart.yaml to bump | yes | — |
| write | Whether to write changes back to disk (Chart.yaml + any scanned YAML files) | no | false |
| update_images | Whether to update scalar versions based on '# bump:' image directives in Chart.yaml and values*.yaml | no | false |
| update_deps | Whether to update Chart.yaml dependencies to latest versions from their Helm repositories | no | false |
| scan_glob | Comma-separated glob(s) relative to the chart directory to scan for '# bump:' directives | no | Chart.yaml|values*.yaml |
| log_level | log level from 1 to 6 | no | 1 |
Outputs
| name | description |
|---|---|
| changed | true if --write caused any file to be modified on disk |