Skip to content

Commit

Permalink
remove safe to upgrade flag
Browse files Browse the repository at this point in the history
  • Loading branch information
rawdaGastan committed Oct 31, 2024
1 parent 693e3e2 commit e4cb64c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 1 addition & 5 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,7 @@
"type": "array",
"items": {
"type": "integer"
},
"safe_to_upgrade": {
"description": "A flag to determine if all nodes in the network will upgrade to the latest version",
"type": "boolean"
}
}
}
}
}
Expand Down
3 changes: 1 addition & 2 deletions development.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
]
},
"rollout_upgrade": {
"test_farms": [],
"safe_to_upgrade": true
"test_farms": []
}
}

0 comments on commit e4cb64c

Please sign in to comment.