Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PullChart ¶
func PullChart(ctx context.Context, settings *cli.EnvSettings, chartRef, chartVersion, repoURL, destDir, username, password string) error
PullChart downloads and caches a Helm chart locally. It handles both OCI and HTTP repositories. Returns the path to the cached chart and any error encountered. Attribution: Helm SDK Examples Pull Action.
For convenience, initialize SDK setting via CLI mechanism:
settings := cli.New()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.