Skip to content

Commit 4be619a

Browse files
committed
WIP: OCPNODE-4521: Promote AdditionalStorageConfig feature gate to Default
Promote the AdditionalStorageConfig feature gate from TechPreviewNoUpgrade/DevPreviewNoUpgrade to the Default feature set, making additional layer stores, image stores, and artifact stores generally available in OpenShift 5.0. Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
1 parent 09730f8 commit 4be619a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

features/features.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ var (
325325
contactPerson("saschagrunert").
326326
productScope(ocpSpecific).
327327
enhancementPR("https://github.com/openshift/enhancements/pull/1934").
328-
enable(inDevPreviewNoUpgrade(), inTechPreviewNoUpgrade()).
328+
enable(inDefault(), inOKD(), inTechPreviewNoUpgrade(), inDevPreviewNoUpgrade()).
329329
mustRegister()
330330

331331
FeatureGateUpgradeStatus = newFeatureGate("UpgradeStatus").

0 commit comments

Comments
 (0)