|
|
@ -271,7 +271,6 @@ func (i *installCmd) run() error {
|
|
|
|
fmt.Fprintln(os.Stdout, "WARNING: This chart is deprecated")
|
|
|
|
fmt.Fprintln(os.Stdout, "WARNING: This chart is deprecated")
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if req, err := chartutil.LoadRequirements(chartRequested); err == nil {
|
|
|
|
if req, err := chartutil.LoadRequirements(chartRequested); err == nil {
|
|
|
|
// If checkDependencies returns an error, we have unfulfilled dependencies.
|
|
|
|
// If checkDependencies returns an error, we have unfulfilled dependencies.
|
|
|
|
// As of Helm 2.4.0, this is treated as a stopping condition:
|
|
|
|
// As of Helm 2.4.0, this is treated as a stopping condition:
|
|
|
|