You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: pkg/featuregate/featuregate.go
+1
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@ var (
44
44
"operator.sidecarcontainers.native",
45
45
featuregate.StageAlpha,
46
46
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"),
47
48
)
48
49
// PrometheusOperatorIsAvailable is the feature gate that enables features associated to the Prometheus Operator.
0 commit comments