helm: helm install https://.../.tgz -> "file not found"
This seems to be not working with both the install & upgrade commands since version 2.2.0 (it is working when I use 2.1.3, but when trying 2.2.0 or 2.4.2 it fails.
Specifically I’m doing:
helm install https://www.example.com/some/folder/app-0.0.20.tgz
and the result is:
Error: file "https://www.example.com/some/folder/app-0.0.20.tgz" not found
Trying to fetch the file otherwise (curl, etc.) works just fine and it works with helm 2.1.3.
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 16 (6 by maintainers)
@fibonacci1729 While I found a workaround, the error is still wrong. It probably should either: a) just work since its not relying on any helm repo, b) say that
helm init/helm repo updatemust be run.