From eb87b56a8118331d3a0187ac7568e83b4d08439f Mon Sep 17 00:00:00 2001 From: Lucas Holmquist Date: Tue, 20 Jan 2026 18:10:07 -0500 Subject: [PATCH] chore: update bulk-import app-config to have the default orchestrator values --- workspaces/bulk-import/app-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workspaces/bulk-import/app-config.yaml b/workspaces/bulk-import/app-config.yaml index c22e6a499b..24bf395b9b 100644 --- a/workspaces/bulk-import/app-config.yaml +++ b/workspaces/bulk-import/app-config.yaml @@ -141,11 +141,11 @@ orchestrator: # runtime: podman baseUrl: http://localhost port: 8899 - autoStart: false + autoStart: true # If you're using a MacBook with M-series chips, uncomment the line below to use ARM images. # To pull the image, you'll first need to authenticate with the registry. # For more information, visit: https://red.ht/410mMNU. - container: registry.redhat.io/openshift-serverless-1/logic-swf-devmode-rhel8:1.36.0 + # container: registry.redhat.io/openshift-serverless-1/logic-swf-devmode-rhel8:1.36.0 # notsecret notificationsBearerToken: bXljdXJscGFzc3dkCg== notificationsUrl: http://host.docker.internal:7007 @@ -156,7 +156,7 @@ orchestrator: # persistence: # path: ./.devModeTemp/db_persistence # this will be under packages/backend workflowsSource: - gitRepositoryUrl: https://github.com/AndrienkoAleksandr/backstage-orchestrator-workflows.git + gitRepositoryUrl: https://github.com/rhdhorchestrator/backstage-orchestrator-workflows.git localPath: ./.devModeTemp/repository # this will be under packages/backend dataIndexService: url: http://localhost:8899