Creates a new Chart instance.
the name of the Helm chart.
Optional
repoName: stringthe name of repository which contains the Helm chart.
Readonly
namethe name of the Helm chart.
Optional
Readonly
repothe name of repository which contains the Helm chart.
Returns the qualified name of the chart (same as toString).
Returns a string representation of the chart. If repoName is provided, returns "repoName/name", otherwise just returns "name".
Returns the unqualified name of the chart (just the name without the repo).
Represents a chart and is used to interact with the Helm install and uninstall commands.