Versions in this module Expand all Collapse all v1 v1.8.0 Dec 5, 2025 Changes in this version type Helm + func (h *Helm) GetNotes() (string, error) v1.7.0 Sep 23, 2025 Changes in this version + var ErrInstallFailed = errors.New("install failed") + var ErrUpgradeFailed = errors.New("upgrade failed") + func EnsureOpenShiftProject(logger *slog.Logger, kube *k8s.Kube, projectName string) error + type Helm struct + func NewHelm(logger *slog.Logger, f *flags.Flags, kube *k8s.Kube, namespace string, ...) (*Helm, error) + func (h *Helm) Deploy(vals chartutil.Values) error + func (h *Helm) Verify() error + func (h *Helm) VerifyWithRetry() error + func (h *Helm) VisitReleaseResources(ctx context.Context, m monitor.Interface) error