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
The chartmuseum HTTP Server running as a pod on kubernetes returns an error HTTP 404 when we try to push a tar.gz file.
Log of the server
{"L":"WARN","T":"2023-03-21T09:32:28.166Z","M":"[715] Request served","path":"/api/charts/index.yaml","comment":"","clientIP":"172.27.0.1","method":"GET","statusCode":404,
"latency":"32.423µs","reqID":"260ac848575bf5287264086661e288db"}
Command executed
helm cm-push --debug ./target/helm/kubernetes/primaza-app-0.0.1-SNAPSHOT.tar.gz http://chartmuseum.127.0.0.1.nip.io/api/charts
Error: 404: not found
FYI: I can access the web ui at http://chartmuseum.127.0.0.1.nip.io/ and got as message
Welcome to ChartMuseum!
If you see this page, the ChartMuseum web server is successfully installed and working.
For online documentation and support please refer to the GitHub project.
Thank you for using ChartMuseum.
Issue
The chartmuseum HTTP Server running as a pod on kubernetes returns an error HTTP 404 when we try to push a tar.gz file.
Full server log
FYI: I can access the web ui at
http://chartmuseum.127.0.0.1.nip.io/
and got as messageI can also get the index.yaml file
How to reproduce
The text was updated successfully, but these errors were encountered: