Versions in this module Expand all Collapse all v4 v4.0.0 Mar 19, 2026 Changes in this version + func CreateValuesSecret(ctx context.Context, name, namespace, values string) + func DeleteHelmRelease(ctx context.Context, name, namespace string) error + func InstallApp(ctx context.Context, app *application.Application) + func InstallHelmRelease(ctx context.Context, cfg HelmReleaseConfig) + func IsHelmReleaseReady(ctx context.Context, name, namespace string) (bool, error) + func IsHelmReleaseVersion(ctx context.Context, name, namespace, version string) (bool, error) + func UpdateHelmReleaseVersion(ctx context.Context, name, namespace, version string) + type HelmReleaseConfig struct + ChartName string + ChartVersion string + Interval time.Duration + Name string + Namespace string + ReleaseName string + Retries *int + ServiceAccountName string + SourceKind SourceKind + SourceName string + SourceNamespace string + StorageNamespace string + TargetNamespace string + Timeout time.Duration + Values string + type SourceKind string + const SourceKindHelmRepository + const SourceKindOCIRepository Other modules containing this package github.com/giantswarm/apptest-framework github.com/giantswarm/apptest-framework/v2 github.com/giantswarm/apptest-framework/v3