25.6.4 Unable to Use a Release Name

Cannot use a Release Name that is currently in use.

Workaround: Uninstall the release.

  1. View the available releases:

    helm list -n <name-of-the-namespace>

  2. Uninstall the release:

    helm uninstall --namespace <name-of-the-namespace> <release-name>