Skip to content

Commit

Permalink
fix(fleet): set correct image for noopNodeProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
TBonnin committed Jan 16, 2025
1 parent cc4f909 commit 643a092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fleet/lib/node-providers/noop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { NodeProvider } from './node_provider';

export const noopNodeProvider: NodeProvider = {
defaultNodeConfig: {
image: 'my-image',
image: 'nangohq/nango-runner',
cpuMilli: 1000,
memoryMb: 1000,
storageMb: 1000
Expand Down

0 comments on commit 643a092

Please sign in to comment.