Skip to content

Commit

Permalink
[chore] Add from version for operator.sidecarcontainers.native gate (
Browse files Browse the repository at this point in the history
  • Loading branch information
CodePrometheus authored Jan 27, 2025
1 parent 600f3a7 commit 0734347
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/featuregate/featuregate.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ var (
"operator.sidecarcontainers.native",
featuregate.StageAlpha,
featuregate.WithRegisterDescription("controls whether the operator supports sidecar containers as init containers. Should only be enabled on k8s v1.29+"),
featuregate.WithRegisterFromVersion("v0.111.0"),
)
// PrometheusOperatorIsAvailable is the feature gate that enables features associated to the Prometheus Operator.
PrometheusOperatorIsAvailable = featuregate.GlobalRegistry().MustRegister(
Expand Down

0 comments on commit 0734347

Please sign in to comment.