mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
commit
642ad5c13e
1 changed files with 1 additions and 1 deletions
|
|
@ -375,7 +375,7 @@ func UpgradeForce(force bool) UpdateOption {
|
|||
type ContentOption func(*options)
|
||||
|
||||
// ContentReleaseVersion will instruct Tiller to retrieve the content
|
||||
// of a paritcular version of a release.
|
||||
// of a particular version of a release.
|
||||
func ContentReleaseVersion(version int32) ContentOption {
|
||||
return func(opts *options) {
|
||||
opts.contentReq.Version = version
|
||||
|
|
|
|||
Loading…
Reference in a new issue