Skip to content

Commit

Permalink
Remove version 4.11.26 as it's affected by installation bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
bennerv committed Nov 27, 2023
1 parent 4a1ea40 commit 8f4a137
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/util/version/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ var DefaultInstallStream = DefaultInstallStreams[DefaultMinorVersion]

var AvailableInstallStreams = []*Stream{
DefaultInstallStreams[11],
{
Version: NewVersion(4, 11, 26),
PullSpec: "quay.io/openshift-release-dev/ocp-release@sha256:1c3913a65b0a10b4a0650f54e545fe928360a94767acea64c0bd10faa52c945a",
},
DefaultInstallStreams[12],
}

Expand Down

0 comments on commit 8f4a137

Please sign in to comment.