Skip to content

Commit

Permalink
Merge pull request #5774 from jstuever/release411
Browse files Browse the repository at this point in the history
Update default releaseimage to 4.11
  • Loading branch information
openshift-merge-robot committed Apr 6, 2022
2 parents 6072e27 + debb9c8 commit 01d1993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/asset/releaseimage/default.go
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.10"
defaultReleaseImageOriginal = "registry.ci.openshift.org/origin/release:4.11"
// 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 01d1993

Please sign in to comment.