update playwright

This commit is contained in:
Ryan McKinley
2025-10-29 13:26:20 +03:00
parent aa92bae2c4
commit cf69353b51
+1
View File
@@ -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)
}