Skip to content

Commit 820b74a

Browse files
Merge pull request #1111 from wking/fix-statusReleaseArchitecture-enablement
MULTIARCH-4559: pkg/featuregates: Fix statusReleaseArchitecture enablement
2 parents 75706cd + 45ed2e4 commit 820b74a

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)