Update startos/dependencies.ts
Connect Munin to Fulcrum dependency
This commit is contained in:
@@ -4,8 +4,8 @@ export const setDependencies = sdk.setupDependencies(
|
||||
async ({ effects }) => ({
|
||||
fulcrum: {
|
||||
kind: 'running',
|
||||
versionRange: '>=0',
|
||||
healthChecks: ['primary'],
|
||||
versionRange: '>=2.1.0:3-beta.1',
|
||||
healthChecks: ['primary', 'sync-progress'],
|
||||
},
|
||||
}),
|
||||
)
|
||||
Reference in New Issue
Block a user