Skip to content

Commit

Permalink
Enable 4.13.16 as an install target
Browse files Browse the repository at this point in the history
  • Loading branch information
ventifus committed Dec 5, 2023
1 parent 14d5b29 commit 5f2b71f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/util/version/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ var DefaultInstallStreams = map[int]*Stream{
Version: NewVersion(4, 12, 25),
PullSpec: "quay.io/openshift-release-dev/ocp-release@sha256:5a4fb052cda1d14d1e306ce87e6b0ded84edddaa76f1cf401bcded99cef2ad84",
},
13: {
Version: NewVersion(4, 13, 16),
PullSpec: "quay.io/openshift-release-dev/ocp-release@sha256:f0fbac5877e6d0671177fa0f523deb195e8742a5d49bc377b18704ba252a14d0",
},
}

// DefaultInstallStream describes stream we are defaulting to for all new clusters
Expand All @@ -51,6 +55,7 @@ var DefaultInstallStream = DefaultInstallStreams[DefaultMinorVersion]
var AvailableInstallStreams = []*Stream{
DefaultInstallStreams[11],
DefaultInstallStreams[12],
DefaultInstallStreams[13],
}

// FluentbitImage contains the location of the Fluentbit container image
Expand Down

0 comments on commit 5f2b71f

Please sign in to comment.