-
Notifications
You must be signed in to change notification settings - Fork 12
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
Unable to publish to gitlab package registry #30
Comments
I am not familiar with what gitlab uses but might have to implement something similar to github semantic-release-helm/lib/publish.js Line 124 in b1647ba
|
So i got this working with the following config
and just doing the |
Greetings!
This is the configuration that I have:
And still it doesn't works, this the error that I get
|
This looks like an error from the gitlab server, the payload you are sending is too large |
For some reason I did everything from the scratch and now it's seems that is working even the version increment, nevertheless I noticed that although the tag and chart version works fine, the Chart.yaml is not updated in the source main project. |
Might be a configuration on semantic release itself, version update is independent from any registry, you can check your release logs for this semantic-release-helm/lib/prepare.js Lines 12 to 13 in b1647ba
Note that it also part of prepare step, so if that would fail (e.g. due to file permissions) the publish wouldn't have worked. |
Since this always assume that the registry is an OCI registry, it doesn't publish to gitlab.
and I get this error when i try and publish
The text was updated successfully, but these errors were encountered: