From 2d1f5188c65f41a9f52b5b165171f80718515d38 Mon Sep 17 00:00:00 2001 From: tahmidefaz Date: Tue, 31 Mar 2026 14:58:42 -0400 Subject: [PATCH] Add widgetRegistry config to frontend-clowder.yml Migrate widget layout configuration from chrome service to FEO, decoupling the Image Builder widget dashboard from chrome. Ref: https://redhat.atlassian.net/browse/RHCLOUD-40474 Co-Authored-By: Claude Opus 4.6 --- deploy/frontend-clowder.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/deploy/frontend-clowder.yml b/deploy/frontend-clowder.yml index a925906c04..a46a2ae8e9 100644 --- a/deploy/frontend-clowder.yml +++ b/deploy/frontend-clowder.yml @@ -74,6 +74,17 @@ objects: href: /insights/image-builder icon: InsightsIcon product: Red Hat Insights + widgetRegistry: + - scope: landing + module: ./ImageBuilderWidget + config: + title: "Image Builder" + icon: RhelIcon + defaults: + w: 1 + h: 4 + maxH: 10 + minH: 1 envName: ${ENV_NAME} title: Image-builder deploymentRepo: https://github.com/RedHatInsights/image-builder-frontend