acyl icon indicating copy to clipboard operation
acyl copied to clipboard

helm 3: dependency update

Open bkeroackdsc opened this issue 2 years ago • 0 comments

When referring to a chart by chart_repo_path, if it contains dependency references to library charts it will currently fail to install properly.

We should perform the equivalent of helm dependency update prior to attempting an install when the following conditions are met:

  1. Chart is API v2 (ie, a Helm 3 chart)
  2. Chart has a non-empty dependency list
  3. Chart is referenced as a remote chart_repo_path.

bkeroackdsc avatar Nov 17 '21 19:11 bkeroackdsc