chart

package
v1.17.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 13, 2025 License: Apache-2.0 Imports: 34 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RenderChartOptions added in v1.13.0

type RenderChartOptions struct {
	common.ChartRepoConnectionOptions
	common.ValuesOptions

	ChartProvenanceKeyring  string
	ChartProvenanceStrategy string
	ChartRepoNoUpdate       bool
	ChartVersion            string
	ExtraAPIVersions        []string
	HelmOptions             helmopts.HelmOptions
	LocalKubeVersion        string
	NoStandaloneCRDs        bool
	Remote                  bool
	SubchartNotes           bool
	TemplatesAllowDNS       bool
}

type RenderChartResult added in v1.13.0

type RenderChartResult struct {
	Chart         *chart.Chart
	Notes         string
	ReleaseConfig map[string]interface{}
	ResourceSpecs []*spec.ResourceSpec
	Values        map[string]interface{}
}

func RenderChart added in v1.13.0

func RenderChart(ctx context.Context, chartPath, releaseName, releaseNamespace string, revision int, deployType common.DeployType, registryClient *registry.Client, clientFactory kube.ClientFactorier, opts RenderChartOptions) (*RenderChartResult, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL