Helmfile: download charts ?

Created on 27 Jan 2020  路  2Comments  路  Source: roboll/helmfile

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)
````

Most helpful comment

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!)

All 2 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

madAndroid picture madAndroid  路  3Comments

michaelpporter picture michaelpporter  路  3Comments

klebediev picture klebediev  路  3Comments

aslafy-z picture aslafy-z  路  4Comments

ivandardi picture ivandardi  路  3Comments