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
In #466 , support for per-chart limits was added, however during testing I found a bug.
There are two methods to upload a file to chartmuseum - one using binary data, the other using forms data. We upload our charts using the helm cm-push plugin, and it uses forms data to upload.
In #466 , support for per-chart limits was added, however during testing I found a bug.
There are two methods to upload a file to chartmuseum - one using binary data, the other using forms data. We upload our charts using the helm cm-push plugin, and it uses forms data to upload.
The forms data upload code path has not been updated to clean up like it has in the binary code path.
The text was updated successfully, but these errors were encountered: