Skip to content

Commit 8a51dcf

Browse files
authored
feat: add Helm chart version bumping support (Chart.yaml) (#112)
1 parent e8d3695 commit 8a51dcf

39 files changed

Lines changed: 4027 additions & 82 deletions

File tree

.github/actions/core/action.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ inputs:
2222
description: "pyproject toml file, only relevant for buildType python"
2323
default: "pyproject.toml"
2424
required: false
25+
chart-file:
26+
description: "Where to find the Chart.yaml file, only relevant for buildType helm"
27+
default: "Chart.yaml"
28+
required: false
2529
bump-command:
2630
description: "Command to update the version"
2731
default: ""
@@ -53,6 +57,10 @@ inputs:
5357
description: "If true, skip git checkout, pull, and push"
5458
default: "false"
5559
required: false
60+
default-branch:
61+
description: "Override the default branch for version fetching (only effective when dry-run is true). If empty or dry-run is false, uses the PR base branch from the event payload."
62+
default: ""
63+
required: false
5664
outputs:
5765
bumped:
5866
description: "True if version was bumped"

0 commit comments

Comments
 (0)