Merge pull request #1452 from poopoothegorilla/fix/helm-upgrade-wording

docs(helm): update grammar for upgrade command help
pull/1453/head
Matt Butcher 8 years ago committed by GitHub
commit a34472d18e

@ -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