scalified/helm-chart-bump-action
Version updated for https://github.com/Scalified/helm-chart-bump-action to version v1.2.0.
- This action is used across all versions by 1 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Helm Chart Bump Action is a GitHub Action designed to automate updating Helm chart versions based on the latest Docker image tags from Docker Hub. It filters image tags using a configurable regex pattern, identifies the latest matching tag, updates the version and appVersion fields in the Chart.yaml file, and commits the changes if necessary. This action simplifies the process of keeping Helm charts synchronized with Docker image versions, reducing manual effort and ensuring consistency.