Scouttlo
Todas las 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.

Detectado hace 6 horas

6.8/ 10
Puntaje general

Convierte esta senal en ventaja

Te ayudamos a construirla, validarla y llegar primero.

Pasamos de la idea al plan: quien compra, que MVP lanzar, como validarlo y que medir antes de invertir meses.

Contexto extra

Ver mas sobre la idea

Te contamos que significa realmente la oportunidad, que problema existe hoy, como esta idea lo resolveria y los conceptos clave detras de ella.

Comparte tu correo para ver este analisis ampliado.

Desglose del puntaje

Urgencia8.0
Tamano de mercado6.0
Viabilidad8.0
Competencia5.0
Dolor

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

Quien pagaria por esto

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

Senal de origen

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

Publicacion original

Automate chart version bumping

Publicado: hace 6 horas

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.