scalified/helm-chart-bump-action
Version updated for https://github.com/Scalified/helm-chart-bump-action to version v2.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 the process of synchronizing a Helm chart’s version and appVersion fields in Chart.yaml with the latest matching Docker image tag from Docker Hub. It simplifies version management by fetching and filtering Docker tags based on a regex pattern, identifying the latest version, and updating the chart file accordingly, while also committing and pushing the changes. This action is ideal for maintaining consistency between Helm charts and Docker images in CI/CD workflows.
What’s Changed
- feat: release v2.2.0 (2eb2b6a)
- feat: release v2.1.0 (f2d8867)
- feat: release v2.0.0 (dbf5689)
- feat: release 1.2.0 (8eb3be1)
- feat: release 1.1.0 (829edc2)
- feat: release 1.0.0 (58a30f6)
- Initial commit (0602b18)