Fix description is ignore when installed with upgrade

Signed-off-by: wawa0210 <xiaozhang0210@hotmail.com>
pull/8274/head
wawa0210 5 years ago
parent 8ea6b970ec
commit 562767b040
No known key found for this signature in database
GPG Key ID: 900C83A2C098B3B1

@ -100,6 +100,7 @@ func newUpgradeCmd(cfg *action.Configuration, out io.Writer) *cobra.Command {
instClient.PostRenderer = client.PostRenderer instClient.PostRenderer = client.PostRenderer
instClient.DisableOpenAPIValidation = client.DisableOpenAPIValidation instClient.DisableOpenAPIValidation = client.DisableOpenAPIValidation
instClient.SubNotes = client.SubNotes instClient.SubNotes = client.SubNotes
instClient.Description = client.Description
rel, err := runInstall(args, instClient, valueOpts, out) rel, err := runInstall(args, instClient, valueOpts, out)
if err != nil { if err != nil {

Loading…
Cancel
Save