-
-
Notifications
You must be signed in to change notification settings - Fork 632
Open
Labels
kind/enhancementNew feature or requestNew feature or requestkind/help wantedExtra attention is neededExtra attention is needed
Description
Is your feature request related to a problem? Please describe.
Push workflow commits back to master branch which creates multiple issues:
- Back to back PRs can not be merged till one has completed its whole flow and committed back to master
- Permission issues for writing back to master branch Pipeline sometimes fails at the "Commit Files" step which prevents Release from being created unless manual intervention is done #636
Current need to write back to master branch:
- this branch hosts latest helm charts, which gets updates on labels, image number and chart versions on every PR merged. Example commit: 8595b4a
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
- Create versioned branches to host helm charts
- Push to different repo to host helm charts for opensource repos, instead of code repos.
Additional context
Add any other context or screenshots about the feature request here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/enhancementNew feature or requestNew feature or requestkind/help wantedExtra attention is neededExtra attention is needed