f.BoolVar(&upgrade.verify,"verify",false,"verify the provenance of the chart before upgrading")
f.StringVar(&upgrade.keyring,"keyring",defaultKeyring(),"path to the keyring that contains public signing keys")
f.BoolVarP(&upgrade.install,"install","i",false,"if a release by this name doesn't already exist, run an install")
f.StringVar(&upgrade.namespace,"namespace","default","namespace to install the release into (only used if --install is set)")
f.StringVar(&upgrade.namespace,"namespace","","namespace to install the release into (only used if --install is set). Defaults to the current kube config namespace")
f.StringVar(&upgrade.version,"version","","specify the exact chart version to use. If this is not specified, the latest version is used")
f.Int64Var(&upgrade.timeout,"timeout",300,"time in seconds to wait for any individual Kubernetes operation (like Jobs for hooks)")
f.BoolVar(&upgrade.resetValues,"reset-values",false,"when upgrading, reset the values to the ones built into the chart")