Skip to content

Commit

Permalink
feat(stacks.api/addons/arc): increase runnerMaxConcurrentReconciles
Browse files Browse the repository at this point in the history
… to 8

see: actions/actions-runner-controller#3021
Signed-off-by: Braden Mars <[email protected]>
  • Loading branch information
BradenM committed Jan 24, 2025
1 parent b86c5d3 commit 382b039
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/stacks/api/src/addons/arc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,11 @@ const scaleSetControllerDefaultProps: blueprints.HelmAddOnProps &
release: 'arc',
namespace: 'arc-systems',
version: '0.10.1',
values: {},
values: {
flags: {
runnerMaxConcurrentReconciles: 8,
},
},
}

const scaleSetDefaultProps: blueprints.HelmAddOnProps &
Expand Down

0 comments on commit 382b039

Please sign in to comment.