spelling: deprecated

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
pull/9410/head
Josh Soref 5 years ago
parent d0d653dcba
commit de210eaf51

@ -267,7 +267,7 @@ type ChartVersion struct {
// YAML parser enabled, this field must be present. // YAML parser enabled, this field must be present.
TillerVersionDeprecated string `json:"tillerVersion,omitempty"` TillerVersionDeprecated string `json:"tillerVersion,omitempty"`
// URLDeprecated is deprectaed in Helm 3, superseded by URLs. It is ignored. However, // URLDeprecated is deprecated in Helm 3, superseded by URLs. It is ignored. However,
// with a strict YAML parser enabled, this must be present on the struct. // with a strict YAML parser enabled, this must be present on the struct.
URLDeprecated string `json:"url,omitempty"` URLDeprecated string `json:"url,omitempty"`
} }

Loading…
Cancel
Save