Versions in this module Expand all Collapse all v1 v1.1.0 Aug 9, 2026 Changes in this version + const ChartsDir + const DefaultDir + const PlanfileName + const StoreDir + const ValuesDir + type Need struct + Optional bool + Uniqname string + type Plan struct + Project string + Releases map[string]Release + Repositories map[string]config.Repository + func FromConfig(cfg *config.Config) *Plan + func Read(dir string) (*Plan, error) + func (p *Plan) ReleaseNames() []string + func (p *Plan) Write(dir string) error + type Release struct + Annotations map[string]string + AutoRollback bool + Chart config.Chart + ChartFile string + DeletePropagation string + DriverURL string + ForceAdoption bool + HistoryLimit int + InstallCRDs bool + Labels map[string]string + Namespace config.Namespace + Needs []Need + RemoveManualChanges bool + Sets map[string]any + Stores []config.FileRef + Timeout string + Values []config.FileRef + ValuesFiles []string v1.0.0 Aug 5, 2026