Skip to content

Commit bd9c82c

Browse files
committed
Set OCP 4.18.34 as new default version for E2E
1 parent 3f4909a commit bd9c82c

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
@@ -42,7 +42,7 @@ type Stream struct {
4242
// This default is left here ONLY for use by local development mode,
4343
// until we can come up with a better solution.
4444
var DefaultInstallStream = Stream{
45-
Version: NewVersion(4, 17, 44),
45+
Version: NewVersion(4, 18, 34),
4646
PullSpec: "quay.io/openshift-release-dev/ocp-release@sha256:e3d5a7ccc804f95867a4fa9b9802739898be8814a429368521b12d7822de51a0",
4747
}
4848

0 commit comments

Comments
 (0)