I am currently using "jx get helmbin" command in JenkinsX and this returns "helm" as the current helm binary and switched to "helm3" using the "jx edit helmbin helm3".
Now I want to get back to older "helm" binary so tried "jx edit helmbin helm" this switches to "helm2" instead of "helm".
Because of this I am facing the following error:
error: failed to initialize Helm: failed to run 'helm2 init --client-only' command in directory '.', output: ''
Any suggestions please.