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.
Allow
chartPathor alternative variable to be parsed to determine if the chart is in a remote repository or in a local filesystem. If remote, allow for@versionsyntax. IfchartPathis 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.