Skip to content

Commit 2118b93

Browse files
Update pkg/featuregate/featuregate.go
Co-authored-by: Mikołaj Świątek <[email protected]>
1 parent 9ee4965 commit 2118b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/featuregate/featuregate.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ var (
4545
"operator.targetallocator.mtls",
4646
featuregate.StageAlpha,
4747
featuregate.WithRegisterDescription("enables mTLS between the target allocator and the collector"),
48-
featuregate.WithRegisterFromVersion("v0.109.0"),
48+
featuregate.WithRegisterFromVersion("v0.111.0"),
4949
)
5050
)
5151

0 commit comments

Comments
 (0)