Skip to content

Commit ee744f2

Browse files
Merge pull request #9049 from patrickdillon/bump-418-defimg-vers
CORS-3598: bump release image to 4.18
2 parents f7dc90d + 186d95b commit ee744f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/asset/releaseimage/default.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020

2121
var (
2222
// defaultReleaseImageOriginal is the value served when defaultReleaseImagePadded is unmodified.
23-
defaultReleaseImageOriginal = "registry.ci.openshift.org/origin/release:4.17"
23+
defaultReleaseImageOriginal = "registry.ci.openshift.org/origin/release:4.18"
2424
// defaultReleaseImagePadded may be replaced in the binary with a pull spec that overrides defaultReleaseImage as
2525
// a null-terminated string within the allowed character length. This allows a distributor to override the payload
2626
// location without having to rebuild the source.

0 commit comments

Comments
 (0)