https://github.com/discoverygarden/action-chart-semver
https://github.com/discoverygarden/action-chart-semver
devops github-actions
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/discoverygarden/action-chart-semver
- Owner: discoverygarden
- Created: 2024-04-22T13:56:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-03T14:45:10.000Z (about 1 year ago)
- Last Synced: 2025-03-03T15:43:06.764Z (about 1 year ago)
- Topics: devops, github-actions
- Language: JavaScript
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# action-chart-semver
Action to update helm chart version based on the change in tag version from dependabot update
## Inputs
- **old_tag**: The previous tag version
- **new_tag**: The new tag version
- **chart_version**: The current chart version
## Outputs
- **diff**: The difference between the old and new tag version
- **new_chart_version**: The new chart version
## Secrets
## Usage
Used in our helm chart repo to update version tags.
See [here](https://github.com/discoverygarden/helm-charts/blob/main/.github/workflows/chart-version.yml#L48)