I am trying to install Orion. I used "helm install my-orion-ld openshift/orion-ld --version 1.0.3" but I get this error :
Error: INSTALLATION FAILED: failed to download "openshift/orion-ld" at version "1.0.3"
Also when I am trying to install it through local tgz file that has been provided I get the this error :
Error: Kubernetes cluster unreachable: Get "http://localhost:8080/version": dial tcp 127.0.0.1:8080: connect: connection refused
I searched for the solution and with the help of this post I created config file in the .kobe folder in home directory but I still couldn't manage to install this chart. I guess there is something wrong with my Helm chart installation. But when I run "helm version" command I see the correct output that seems helm is working correctly :
"version.BuildInfo{Version:"v3.9.0", GitCommit:"7ceeda6c585217a19a1131663d8cd1f7d641b2a7", GitTreeState:"clean", GoVersion:"go1.17.5"}"