-
Notifications
You must be signed in to change notification settings - Fork 514
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ENHANCE] Find a different way to release helm charts, instead of commits to master branch #684
Comments
We could have the chart here https://github.com/stakater/charts/ and let Renovate bump the version when needed |
Team, I love using reloader but since I am using renovate to update it in my clusters the churn of releases are getting overwhelming. Any chance this can be addressed to not release on every merged PR to the main branch? Does every merged PR warrant a new release? Thanks. |
@onedr0p can you pls open a separate issue so we can track it properly? since your request is regarding how releases are made in general; this issue doesn't cover that. |
@karl-johan-grahn i guess that works for charts. what do u suggest for plain manifests? for example https://github.com/stakater/Reloader/tree/master/deployments/kubernetes/manifests separate folder in the |
I'm not sure about the plain manifests, but overall I strongly agree that the logic of having push workflow committing back to master branch is unintuitive and unnecessarily complex. |
One other way is to let renovate run here for charts etc as well, then it wont be a direct commit to main, instead it will be via a PR.
But yeah i'd prefer charts to be moved to stakater/charts repo |
If we conclude on moving charts, let's put a notice/note on repo about moving charts, and plan it in our backlog. It will still be open for contributors to implement it if they want. |
Ideally the Reloader chart would just use the Stakater application chart. For now, I think the best option is to move the current chart to the Stakater charts repo. |
Is your feature request related to a problem? Please describe.
Push workflow commits back to master branch which creates multiple issues:
Current need to write back to master branch:
Describe the solution you'd like
Find a different strategy to release helm charts and plain manifests instead of committing back to master branch.
Describe alternatives you've considered
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: