Question: Does helmfile download charts on sync or apply? Or should they be available in the working directory?
I keep getting
``
Error: failed to download "<my-chart> " (hint: runninghelm repo update` may help)
````
Answer is yes, it will download charts!
The 'error' was caused by helm defaults:
helmDefaults:
verify: true
For more info https://helm.sh/docs/topics/provenance/
(I didn't know about this stuff!)
Fixed it. Hope the issue resolution will save some pain for the next person who finds it.
Most helpful comment
Answer is yes, it will download charts!
The 'error' was caused by helm defaults:
For more info https://helm.sh/docs/topics/provenance/
(I didn't know about this stuff!)