helm

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Dec 4, 2025 License: MPL-2.0 Imports: 16 Imported by: 0

Documentation

Overview

Package helm provides functions to render helm charts, load multiple values files provided as a cli flag and check if the provided path is a helm chart

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetChartName added in v0.3.0

func GetChartName(chartPath string, debug bool) (string, error)

GetChartName attempts to read the Chart.yaml at the provided path and return the name of the chart.

func IsHelmChart

func IsHelmChart(path string) bool

IsHelmChart will try to load the path as a Helm Chart, if it fails we'll return false

func RenderChart

func RenderChart(chartPath, releaseName string, valuesFiles []string, debug bool, update bool) (string, error)

renderChart loads, merges values, and renders a Helm chart

Types

This section is empty.

Jump to

Keyboard shortcuts

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