We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7dc90d + 186d95b commit ee744f2Copy full SHA for ee744f2
pkg/asset/releaseimage/default.go
@@ -20,7 +20,7 @@ import (
20
21
var (
22
// defaultReleaseImageOriginal is the value served when defaultReleaseImagePadded is unmodified.
23
- defaultReleaseImageOriginal = "registry.ci.openshift.org/origin/release:4.17"
+ defaultReleaseImageOriginal = "registry.ci.openshift.org/origin/release:4.18"
24
// defaultReleaseImagePadded may be replaced in the binary with a pull spec that overrides defaultReleaseImage as
25
// a null-terminated string within the allowed character length. This allows a distributor to override the payload
26
// location without having to rebuild the source.
0 commit comments