Skip to content

Commit

Permalink
Merge pull request #9049 from patrickdillon/bump-418-defimg-vers
Browse files Browse the repository at this point in the history
CORS-3598: bump release image to 4.18
  • Loading branch information
openshift-merge-bot[bot] authored Sep 23, 2024
2 parents f7dc90d + 186d95b commit ee744f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/asset/releaseimage/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (

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

0 comments on commit ee744f2

Please sign in to comment.