You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository uses the chart-releaser to do the job of releasing all the 3 helm charts. After the release is created some additional files are added to the release. This is causing issues. In the next time that new changes are pushed to the repository, chart-releaser fails because it trys to open the additional files as Helm charts. This is makes the CI job to failed.
Is it fine to add more assets in the releases created by chart-releaser? If so, how can I tell the tool to ignore the files that are not charts?
If this is not supported, what do you think to add this feature? (I'm willing to work on that)