joejulian/Helm chart bumper

Bump Helm Chart.yaml version based on appVersion/dependency semver changes (optionally updating images/deps first)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
base_refGit ref to read the base Chart.yaml from (e.g. 'refs/remotes/origin/main', 'origin/main', 'main', or 'HEAD~1')yes
base_ref_pathRepository-relative path to base Chart.yaml when using base_ref (defaults to cur)no""
repoPath to the git working tree (used with base_ref)no.
curPath to current Chart.yaml to bumpyes
writeWhether to write changes back to disk (Chart.yaml + any scanned YAML files)nofalse
update_imagesWhether to update scalar versions based on '# bump:' image directives in Chart.yaml and values*.yamlnofalse
update_depsWhether to update Chart.yaml dependencies to latest versions from their Helm repositoriesnofalse
scan_globComma-separated glob(s) relative to the chart directory to scan for '# bump:' directivesnoChart.yaml|values*.yaml
log_levellog level from 1 to 6no1
namedescription
changedtrue if --write caused any file to be modified on disk