Skip to content

Commit 3c7d3c6

Browse files
committed
Default migration to true in values.yaml
Signed-off-by: Mihai Criveti <[email protected]>
1 parent a8a3bf2 commit 3c7d3c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/mcp-stack/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ mcpContextForge:
228228
# Runs as a Job before mcpgateway deployment
229229
########################################################################
230230
migration:
231-
enabled: false # Set to false to skip migrations
231+
enabled: true # Set to false to skip migrations
232232

233233
# Job configuration
234234
restartPolicy: Never # Job should not restart on failure

0 commit comments

Comments
 (0)