Closed
Description
I use hooks to create tmp charts, but when I try to install those like this, it tries to fetch them and fails:
releases:
...
chart: /tmp/charts/base
...
Error:
Fetching /tmp/charts/base
in helmfile.tpl/helmfile-init.yaml: [command "/home/app/tools/helm" exited with non-zero status:
PATH:
/home/app/tools/helm
ARGS:
0: helm (4 bytes)
1: fetch (5 bytes)
2: /tmp/charts/base (16 bytes)
3: --untar (7 bytes)
4: --untardir (10 bytes)
5: /tmp/859425149/base/latest/tmp/charts/base (42 bytes)
ERROR:
exit status 1
EXIT STATUS
1
STDERR:
Error: repo not found
COMBINED OUTPUT:
Error: repo not found]
This happens in version 0.119.1 but I had this working fine before in 0.114.0.