https://github.com/launchbynttdata/actions-helm-inject_chart_version
GitHub Action for Helm to inject Chart version
https://github.com/launchbynttdata/actions-helm-inject_chart_version
actions helm platform-automation
Last synced: 24 days ago
JSON representation
GitHub Action for Helm to inject Chart version
- Host: GitHub
- URL: https://github.com/launchbynttdata/actions-helm-inject_chart_version
- Owner: launchbynttdata
- License: apache-2.0
- Created: 2024-03-18T17:52:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-20T11:18:50.000Z (over 1 year ago)
- Last Synced: 2025-02-22T16:18:13.824Z (over 1 year ago)
- Topics: actions, helm, platform-automation
- Language: Shell
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Github Action to Set Helm Chart Version in Chart.yaml
## About
This action is designed to update the `version` field in the `Chart.yaml` file with a specified value. It replaces any existing value with the version provided in the `version` parameter.
## Usage
```workflow
...
steps:
- name: Set Helm Chart Version
uses: launchbynttdata/actions-helm-inject_chart_version@v0
with:
chart_path: path/to/top/Chart.yaml
version: 1.2.3
...
```
To use this action, you need to provide the following input:
* `chart_path`: The path to the Helm Chart.yaml to be modified.
* `version`: The Semver version ID to be inserted into the Helm Chart.yaml.