From e63732cfbee3fbe6ac40edfdd2f8e6f0e4782775 Mon Sep 17 00:00:00 2001 From: yray Date: Thu, 18 Jun 2026 15:06:59 +0300 Subject: [PATCH] enbaling backstage-plugin-scaffolder-backend-module-github-dynamic plugin --- deploy/app.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deploy/app.yaml b/deploy/app.yaml index 516b1e2..8d5f164 100644 --- a/deploy/app.yaml +++ b/deploy/app.yaml @@ -87,6 +87,10 @@ data: - package: "oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-x2a-backend:bs_1.49.4__1.4.0" - package: "oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-x2a-mcp-extras:bs_1.49.4__0.2.0" - package: "oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-scaffolder-backend-module-x2a:bs_1.49.4__0.3.1" + + # Enable backstage-plugin-scaffolder-backend-module-github-dynamic plugin which is disabled by default for better github integration + - package: './dynamic-plugins/dist/backstage-plugin-scaffolder-backend-module-github-dynamic' + disabled: false # In addition, the backstage-plugin-auth-backend 0.25.6 or later is required, should be met since RHDH 1.9. Keeping this note here for a reference in case of issues.