Scouttlo
All ideas/devtools/Una plataforma SaaS que automatice el versionado semántico y la creación de PRs para charts Helm mediante integraciones con GitHub Actions.
GitHubB2Bdevtools

Una plataforma SaaS que automatice el versionado semántico y la creación de PRs para charts Helm mediante integraciones con GitHub Actions.

Scouted 6 hours ago

6.8/ 10
Overall score

Turn this signal into an edge

We help you build it, validate it, and get there first.

Go from idea to plan: who buys, what MVP to launch, how to validate it, and what to measure before spending months.

Extra context

Learn more about this idea

Get a clearer explanation of what the opportunity means, the current problem behind it, how this idea solves it, and the key concepts involved.

Share your email to view this expanded analysis.

Score breakdown

Urgency8.0
Market size6.0
Feasibility8.0
Competition5.0
Pain point

El proceso manual y tedioso de actualizar versiones de charts en repositorios Helm.

Who'd pay for this

Equipos de desarrollo de software que usan Helm charts para despliegues y CI/CD, especialmente en empresas con múltiples microservicios y despliegues frecuentes.

Source signal

"Keeping Chart versions bumped when implementing features and preparing PRs for rollout can be cumbersome and a tad frustrating."

Original post

Automate chart version bumping

Published: 6 hours ago

Repository: adfinis/helm-charts Author: hairmare **Is your feature request related to a problem? Please describe.** Keeping Chart versions bumped when implementing features and preparing PRs for rollout can be cumbersome and a tad frustrating. **Describe the solution you'd like** A GitHub Action that takes care of keeping the versions how they should be for us. * It should parse semantic versions and use them to decide what to bump * It should support 0.x versions * it should only bump versions as/where needed * it should use semantic-commit style comments in commits * it should create PRs for proposing changes to charts * it should use derived branch names (ie `chart-updater-action/<chartname>/<depname>`) * it should tell us what the update contains * it could create combined PRs for each `*-apps` chart **Describe alternatives you've considered** We continue bumping manually and maybe start using tools like [helm-local-chart-version](https://github.com/mbenabda/helm-local-chart-version) as part of our local workflow. **Affected chart** none, CI **Additional context** This might save some time in those moments where a lot of bumps are ready for a given chart. This could also be the foundation for more automation like update PRs at a later stage.