|
|
|
@ -115,7 +115,7 @@ func newUpgradeCmd(cfg *action.Configuration, out io.Writer) *cobra.Command {
|
|
|
|
|
client.DryRunOption = "none"
|
|
|
|
|
}
|
|
|
|
|
// Fixes #7002 - Support reading values from STDIN for `upgrade` command
|
|
|
|
|
// Must load values AFTER determining if we have to call install so that values loaded from stdin are are not read twice
|
|
|
|
|
// Must load values AFTER determining if we have to call install so that values loaded from stdin are not read twice
|
|
|
|
|
if client.Install {
|
|
|
|
|
// If a release does not exist, install it.
|
|
|
|
|
histClient := action.NewHistory(cfg)
|
|
|
|
|