helm / helm/chartmuseum

delete a chart that does not exists should return 404

Open
#331 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
3.8k
Forks
407
PR merge metrics
No merged PRs in 30d

Description

When I try to delete a chart
```
curl -XDELETE http://192.168.1.1:8080/api/charts/mychart/1.2.3
```
It always returns `{"deleted":true}` even if the chart does not exists. I think it should return 404.
My chartmuseum version is 0.11.0 (build 2b6b47d) and I use S3 as backend storage.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.