newly released helm-charts does not allow to create repository via API #171
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Version of helm charts
does not allow to create a git repository using the Gitea REST API.
Deployed using helm values:
After port-forwarding
this does not work.
It did work fine few days ago when latest helm chart out there was
or after specifying
--version 3.0.0now.Also I noticed that Gitea image used in chart
3.1.2is actually1.14.2and not1.14.1likehelm search ...command would indicate.Sorry, forgot to include the response
and more details output from curl's -v
Hi. I assume the default root-based image is in use? Not the rootless one?
It is probably linked to #160 as it changed the tmp path for e.g. repo creation and the used image version as well. ? Does it work if you explicitly specify 1.14.1 as image version or is it still an issue then? Would be helpful to identify the root cause.
Edit: Hrm. Tested it and can reproduce it. Happens when using root-based image and it's not only the API. It's not possible to create repos at all. ? Fixing the rootless image broke the root-based image.
@Rafal I provided a PR to fix this. Happy for your feedback. ?
That's odd, I was able to create repos via the UI...
Cool, I will try to test it at some point today!
Just tested the newly published helm chart
and all seems to work fine!
Awesome to hear that.