Helm dependency: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 15: Line 15:


  helm dep up
  helm dep up
When this command retrieves charts, it will store them as chart archives in the [[Helm_Concepts#charts.2F_Directory|charts/]] directory of the dependent chart.

Revision as of 21:11, 28 August 2019

External

Internal

Overview

Dependency Update

helm dependency update
helm dep up

When this command retrieves charts, it will store them as chart archives in the charts/ directory of the dependent chart.