From cf69353b51237a1a3d869d3411248c837845a73a Mon Sep 17 00:00:00 2001 From: Ryan McKinley Date: Wed, 29 Oct 2025 13:26:20 +0300 Subject: [PATCH] update playwright --- pkg/registry/apps/apps.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/registry/apps/apps.go b/pkg/registry/apps/apps.go index 22b1dfd3339..2fe7498f6dc 100644 --- a/pkg/registry/apps/apps.go +++ b/pkg/registry/apps/apps.go @@ -59,6 +59,7 @@ func ProvideAppInstallers( if features.IsEnabledGlobally(featuremgmt.FlagKubernetesCorrelations) { installers = append(installers, correlationsAppInstaller) } + //nolint:staticcheck // not yet migrated to OpenFeature if features.IsEnabledGlobally(featuremgmt.FlagKubernetesHistory) { installers = append(installers, historyAppInstaller) }