chartmuseum / helm-push

Helm plugin to push chart package to ChartMuseum
Apache License 2.0
674 stars 170 forks source link

Missing delete flag #147

Open volker-raschek opened 2 years ago

volker-raschek commented 2 years ago

Hi, currently it's only possible to upload an helm chart or to overwrite it via --force, but it is not possible to delete the helm chart via --delete like git can. Please add such a feature, because without that it is not possible to rollback a helm chart via CI/CD.

Volker