I have recently updated my helm version to v3.0.0-beta. I need to revert back to the helm version to 2. When i tried to switch to the helm version 2, it s spitting an error like "Error: uninstall: Release not loaded: v3.0.0-beta.3: release: not found".
Helm version:
version.BuildInfo{Version:"v3.0.0-beta.3", GitCommit:"5cb923eecbe80d1ad76399aee234717c11931d9a", GitTreeState:"clean", GoVersion:"go1.12.9"}
Command tried to uninstall : helm reset
Also tried brew uninstall helm
and helm reset --force
Error:
"Error: uninstall: Release not loaded: v3.0.0-beta.3: release: not found"
Is there anyway to downgrade Helm version from 3 to 2...?