Uninstall – Uninstalling a Release

To uninstall/delete a Chart with release name my-release invoke the following command:
Helm version 2
helm delete --purge my-release
Helm version 3
helm delete my-release
Note:
This command removes all the Kubernetes components associated with the Chart and deletes the Release. Certain Kubernetes resources created as an installation prerequisite for the Chart and a helm hook ie ConfigMap will not be deleted using the helm delete command. Delete these resources only if they are not required for further deployment of IBM Certified Container Software for Connect:Direct UNIX. If deletion is required, you have to manually delete the following resources:
  • The persistent volume
  • The secret
  • The Config Map