docs(helm): update grammar for upgrade command help

Fixes #1443
pull/1452/head
Jim 8 years ago
parent 1a8d39b4ec
commit 765c1cb009

@ -32,9 +32,9 @@ import (
const upgradeDesc = `
This command upgrades a release to a new version of a chart.
The upgrade arguments must be a release and a chart. The chart
argument can be a chart reference ('stable/mariadb'), a path to a chart directory
or packaged chart, or a fully qualified URL. For chart references, the latest
The upgrade arguments must be a release and chart. The chart
argument can be either: a chart reference('stable/mariadb'), a path to a chart directory,
a packaged chart, or a fully qualified URL. For chart references, the latest
version will be specified unless the '--version' flag is set.
To override values in a chart, use either the '--values' flag and pass in a file

Loading…
Cancel
Save