1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 15:47:14 +01:00

Merge pull request #9049 from patrickdillon/bump-418-defimg-vers

CORS-3598: bump release image to 4.18
This commit is contained in:
openshift-merge-bot[bot]
2024-09-23 19:33:46 +00:00
committed by GitHub

View File

@@ -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.