# Functions
LoadChart creates a new helm chart for the project based on the passed opts.
NewChart creates a new helm chart for the project from helm's default template.
ScaffoldChart scaffolds the provided chart.Chart to a known directory relative to projectDir
# It also fetches the dependencies and reloads the chart.Chart
It returns the reloaded chart, the relative path, or an error.
# Constants
HelmChartsDir is the relative directory within a SDK project where Helm charts are stored.