Skip to content

Commit

Permalink
Merge pull request #3166 from LorbusChris/default-4.5
Browse files Browse the repository at this point in the history
pkg/asset/releaseimage/default: Set default release image to 4.5
  • Loading branch information
openshift-merge-robot committed Feb 24, 2020
2 parents 29beee5 + c29b428 commit 013bcf8
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.svc.ci.openshift.org/origin/release:4.3"
defaultReleaseImageOriginal = "registry.svc.ci.openshift.org/origin/release:4.5"
// 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 013bcf8

Please sign in to comment.