Skip to main content

Helm Commands

Delete Helm Chart

helm delete mychart-djadeja-init --debug -n djadeja

helm uninstall mychart-djadeja -n djadeja

helm ls --all -n djadeja

helm uninstall --no-hooks mychart-djadeja-init -n djadeja

kubectl delete namespace djadeja --wait

To verify dependency

helm dep list <chart-name>

helm dep update <chart-name>