Skip to content

Commit 0734347

Browse files
[chore] Add from version for operator.sidecarcontainers.native gate (#3671)
1 parent 600f3a7 commit 0734347

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/featuregate/featuregate.go

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ var (
4444
"operator.sidecarcontainers.native",
4545
featuregate.StageAlpha,
4646
featuregate.WithRegisterDescription("controls whether the operator supports sidecar containers as init containers. Should only be enabled on k8s v1.29+"),
47+
featuregate.WithRegisterFromVersion("v0.111.0"),
4748
)
4849
// PrometheusOperatorIsAvailable is the feature gate that enables features associated to the Prometheus Operator.
4950
PrometheusOperatorIsAvailable = featuregate.GlobalRegistry().MustRegister(

0 commit comments

Comments
 (0)