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
we are using Harbor and Harbor has two distinct Helm Chart options :
ChartMuseum
OCI Part, supported by Helm3
I am asking, as I see this error here: It seems ChartMuseum is used but I would like to use OCI compatible Error creating/publishing helm chart: Unexpected status code when executing POST request to chart repo https://8gears.container-registry.com/chartrepo/library/api/charts: 404
The text was updated successfully, but these errors were encountered:
I don't know that much about OCI-compatible Helm registries. Probably helm-maven-plugin is not compatible to them, yet.
You could try to configure <chartPublishMethod>PUT</chartPublishMethod>, but that's a wild guess. I couldn't find out how requests to OCI-compatible registries must look like.
we are using Harbor and Harbor has two distinct Helm Chart options :
I am asking, as I see this error here: It seems ChartMuseum is used but I would like to use OCI compatible
Error creating/publishing helm chart: Unexpected status code when executing POST request to chart repo https://8gears.container-registry.com/chartrepo/library/api/charts: 404
The text was updated successfully, but these errors were encountered: