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