Skip to content

Commit

Permalink
feat: turn the feature gate EnableForceUpdate on by default (#727)
Browse files Browse the repository at this point in the history
Signed-off-by: arkbriar <[email protected]>
  • Loading branch information
arkbriar authored Sep 30, 2024
1 parent 98d2b41 commit cafda9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/features/feature_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ var (
{
Name: EnableForceUpdate,
Description: "This feature enables force resolve version conflict due to operator update",
DefaultEnable: false,
DefaultEnable: true,
Stage: Beta,
},
}
Expand Down

0 comments on commit cafda9c

Please sign in to comment.