dtzar/helm-kubectl

Helm repo add support

akashpatel2 opened this issue · 1 comments

Hi Team,

Will this docker image, (alpine) with helm 3.x.x, supports helm "repo add some-repo-name some-repo-url" ?

In my docker file, i am using "debian:stretch-20190910-slim" instead of "alpine", and for me helm repo add command gets stuck and failed with error: context deadline exceeded.

Any idea ?

Thanks,
Akash

issue got resolved after setting proxy and no proxy env variables on container.