grafana/0012-coredump-selinux-error.patch
starlet-dx 23cd0b8311 Update to 9.2.10 for fix cves
(cherry picked from commit 7b87d8f7e226cce63356e721adf04a9c757d6f14)
2025-02-19 15:49:54 +08:00

14 lines
381 B
Diff

diff --git a/pkg/framework/coremodel/helpers.go b/pkg/framework/coremodel/helpers.go
index 20d111edba..6655f81cee 100644
--- a/pkg/framework/coremodel/helpers.go
+++ b/pkg/framework/coremodel/helpers.go
@@ -26,7 +26,7 @@ func init() {
var err error
defaultFramework, err = doLoadFrameworkCUE(cuectx.ProvideCUEContext())
if err != nil {
- panic(err)
+// panic(err)
}
}