Skip to content

Commit 66b4c96

Browse files
committed
VPA: fix InPlaceOrRecreate feature gate version
Signed-off-by: Max Cao <[email protected]>
1 parent 2a3764d commit 66b4c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vertical-pod-autoscaler/pkg/features/versioned_features.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ import (
2828
// Entries are alphabetized.
2929
var defaultVersionedFeatureGates = map[featuregate.Feature]featuregate.VersionedSpecs{
3030
InPlaceOrRecreate: {
31-
{Version: version.MustParse("1.4.0"), Default: false, PreRelease: featuregate.Alpha},
31+
{Version: version.MustParse("1.4"), Default: false, PreRelease: featuregate.Alpha},
3232
},
3333
}

0 commit comments

Comments
 (0)