Skip to content

Commit 45ed2e4

Browse files
committed
pkg/featuregates: Fix statusReleaseArchitecture enablement
Fixing my sloppy copy/paste typo from 28b3b40 (pkg: Propagate Release.Architecture, 2024-11-18, #1110).
1 parent 75706cd commit 45ed2e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/featuregates/featuregates.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ func CvoGatesFromFeatureGate(gate *configv1.FeatureGate, version string) CvoGate
109109
case features.FeatureGateUpgradeStatus:
110110
enabledGates.reconciliationIssuesCondition = true
111111
case features.FeatureGateImageStreamImportMode:
112-
enabledGates.statusReleaseArchitecture = false
112+
enabledGates.statusReleaseArchitecture = true
113113
}
114114
}
115115
for _, disabled := range g.Disabled {

0 commit comments

Comments
 (0)