Skip to content

Commit 233ee51

Browse files
committed
Set OCP 4.17.45 as default for E2E
1 parent c8bead7 commit 233ee51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/util/version/const.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ type Stream struct {
4040
// This default is left here ONLY for use by local development mode,
4141
// until we can come up with a better solution.
4242
var DefaultInstallStream = Stream{
43-
Version: NewVersion(4, 17, 44),
43+
Version: NewVersion(4, 17, 45),
4444
PullSpec: "quay.io/openshift-release-dev/ocp-release@sha256:e3d5a7ccc804f95867a4fa9b9802739898be8814a429368521b12d7822de51a0",
4545
}
4646

0 commit comments

Comments
 (0)