@@ -22,6 +22,7 @@ Legacy note:
2222- ` bump_version_git_branch ` (` string ` , optional, default ` "" ` ): Override target branch for bump commit. If empty, uses current ref name.
2323- ` lint_enabled ` (` boolean ` , optional, default ` true ` ): Run ` helm lint ` before package.
2424- ` lint_values_file ` (` string ` , optional, default ` "" ` ): Optional values file for helm lint (path is resolved from ` chart_path ` ).
25+ - ` chart_version ` (` string ` , optional, default ` "" ` ): Optional helm chart version (overrides appVersion-derived version when provided).
2526
2627Note:
2728- Version bump commit is intentionally tied to ` push_chart=true ` .
@@ -45,6 +46,7 @@ Inputs:
4546- ` bump_version_git_branch ` (optional, default empty)
4647- ` lint_enabled ` (optional, default ` true ` )
4748- ` lint_values_file ` (optional, default empty)
49+ - ` chart_version ` (` string ` , optional, default ` "" ` ): Optional helm chart version (overrides appVersion-derived version when provided).
4850
4951Secrets:
5052- ` token ` (required when ` push_chart=true ` ): token used for GHCR login.
@@ -94,6 +96,7 @@ Inputs:
9496- ` bump_version_git_branch` (optional, default empty)
9597- ` lint_enabled` (optional, default `true`)
9698- ` lint_values_file` (optional, default empty)
99+ - `chart_version` (`string`, optional, default `""`) : Optional helm chart version (overrides appVersion-derived version when provided).
97100
98101Secrets :
99102- `GITHUB_APP_ID` and `GITHUB_APP_KEY` (optional) : only needed when both `push_chart=true` and `bump_version_in_git=true`.
@@ -142,6 +145,7 @@ Inputs:
142145- ` bump_version_git_branch` (optional, default empty)
143146- ` lint_enabled` (optional, default `true`)
144147- ` lint_values_file` (optional, default empty)
148+ - `chart_version` (`string`, optional, default `""`) : Optional helm chart version (overrides appVersion-derived version when provided).
145149
146150Secrets :
147151- `GITHUB_APP_ID` and `GITHUB_APP_KEY` (optional) : only needed when both `push_chart=true` and `bump_version_in_git=true`.
0 commit comments