Versions in this module Expand all Collapse all v0 v0.1.96 Aug 4, 2026 Changes in this version + func ComposeValuesFromSchemas(modulePath, moduleName string, globalSchema *spec.Schema) (chartutil.Values, error) + func ComposeValuesFromSchemasForValuesFile(modulePath, moduleName string, globalSchema *spec.Schema, valuesFile string) (chartutil.Values, error) + func GetGlobalValues(rootDir string) (*spec.Schema, error) + func GetModuleValuesForValuesFile(modulePath, valuesFile string) (*spec.Schema, error) + func HelmFormatModuleImages(modulePath, moduleName string, rawValues map[string]any) (chartutil.Values, error) + func ModuleCamelName(name string) string + func OverrideValues(values, vals *chartutil.Values) error + type SchemaType string + const ConfigValuesSchema + const HelmValuesSchema + const ValuesSchema + type Schemas map[SchemaType]*spec.Schema