stupid.yu

Results 6 comments of stupid.yu

same problem with the following: Spring Cloud: 2021.0.1 spring-cloud-kubernetes: 2.1.0 spring-cloud-gateway: 2.1.0 spring-cloud-openfeign: 3.1.0

> so you meant like: `https:///api/charts/upload?chart=/path/to/your/chart.tgz` > not work. @opskumu @wibed can u help me? Example I want to upload chart using an API. ```curl -X POST 'http:///api/charts/upload' -F 'chart=@/path/to/chart.tgz'...

@opskumu yes, chart upload failed. Here is my test: ``` curl -X POST 'http:///api/charts/upload' -F 'chart=@/path/to/chart.tgz' curl -X PUT 'http:///api/repositories' curl -X GET 'http:///api/repositories/charts' ``` API `upload chart` did not...

@opskumu it works. ![image](https://user-images.githubusercontent.com/52521933/209046255-8aa8f902-bad5-4d39-aa95-37820b877707.png) Sorry,I made a mistake. I got `upload chart` confused with `helm push`. Exactly,I need an API for `helm push`

hello, I have the same problem when using `curl` to create database. ```bash [root@superset]# token=$(curl -X 'POST' \ 'http://'${HOSTNAME}':'${PORT}'/api/v1/security/login' \ -H 'accept: */*' \ -H 'Content-Type: application/json' \ -d '{...