Validate validates the metadata.
()
| 131 | |
| 132 | // Validate validates the metadata. |
| 133 | func (ch *Chart) Validate() error { |
| 134 | return ch.Metadata.Validate() |
| 135 | } |
| 136 | |
| 137 | // AppVersion returns the appversion of the chart. |
| 138 | func (ch *Chart) AppVersion() string { |