Skip to content

Commit

Permalink
4.13 cluster install test from CI/PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivkumar13 committed Nov 24, 2023
1 parent 4a1ea40 commit 2d307a0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pkg/util/version/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type Stream struct {
}

// DefaultMinorVersion describes the minor OpenShift version to default to
var DefaultMinorVersion = 12
var DefaultMinorVersion = 13

// DefaultInstallStreams describes the latest version of our supported streams
var DefaultInstallStreams = map[int]*Stream{
Expand All @@ -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 @@ -54,7 +58,7 @@ var AvailableInstallStreams = []*Stream{
Version: NewVersion(4, 11, 26),
PullSpec: "quay.io/openshift-release-dev/ocp-release@sha256:1c3913a65b0a10b4a0650f54e545fe928360a94767acea64c0bd10faa52c945a",
},
DefaultInstallStreams[12],
DefaultInstallStreams[13],
}

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

0 comments on commit 2d307a0

Please sign in to comment.