Versions in this module Expand all Collapse all v5 v5.0.0 May 6, 2026 Changes in this version + func DeleteHelmRelease(ctx context.Context, name, namespace string) error + func DeleteHelmSource(ctx context.Context, cfg HelmReleaseConfig) 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, cfg HelmReleaseConfig, version string) + type HelmReleaseConfig struct + ChartName string + ChartVersion string + Interval time.Duration + KubeConfigSecretName string + Name string + Namespace string + ReleaseName string + Retries *int + ServiceAccountName string + SourceKind SourceKind + SourceName string + SourceNamespace string + SourceURL string + StorageNamespace string + TargetNamespace string + Timeout time.Duration + Values string + type SourceKind string + const DefaultGiantSwarmHelmRepositoryURL + 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 github.com/giantswarm/apptest-framework/v4