From d29d6a1eb71b95b96d5ec75cc050b7f6e0e04c77 Mon Sep 17 00:00:00 2001 From: Hilliary Lipsig Date: Thu, 21 Sep 2023 14:28:52 -0700 Subject: [PATCH] Revert "Default to 4.12 for new installations (#3171)" This reverts commit 1d6d144493f47aa2ba1480c56e265a04a0a76448. --- pkg/util/version/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/util/version/const.go b/pkg/util/version/const.go index 3debc88290c..ddf8eb3fe72 100644 --- a/pkg/util/version/const.go +++ b/pkg/util/version/const.go @@ -31,7 +31,7 @@ type Stream struct { } // DefaultMinorVersion describes the minor OpenShift version to default to -var DefaultMinorVersion = 12 +var DefaultMinorVersion = 11 // DefaultInstallStreams describes the latest version of our supported streams var DefaultInstallStreams = map[int]*Stream{