joshrwolf/kustomize-helmgenerator

Chart Repo Remote/Local

Opened this issue · 1 comments

Allow chartPath or alternative variable to be parsed to determine if the chart is in a remote repository or in a local filesystem. If remote, allow for @version syntax. If chartPath is not defined, search the local Helm repo path in the execing user's context.

If remote, should cmds helm repo add, sync be used? There's no strict need to cache locally.

Possibly use go-getter for this?