mishipay-ltd/Helm Bump Action
A GitHub action to bump a helm charts appVersion for a microservice after release. The version of the chart itself is bumped by 0.1.0 (minor).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub PAT with write access to the helm chart repo. | yes | — |
| charts-repo | Address of the helm chart repo. | yes | mishipay-ltd/helm-charts |
| charts-dir | The directory in the chart repo containing the charts. | yes | charts |
| chart-name | The directory name of the helm chart to bump. | yes | — |
| app-version | The SemVer tag to bump the charts appVersion to. | yes | — |
| pybump-version | The version of pybump to use for version bumps (default latest). | no | — |
Outputs
| name | description |
|---|---|
| chart-version | The new SemVer version of the modified helm chart. |
| pull-request-url | The URL of the pull request created. |