Skip to content

Commit a1a3825

Browse files
Merge pull request #22690 from smarterclayton/upgrade_order
Move default components to an appropriate upgrade order (generic)
2 parents 0d827d3 + 8ff59ff commit a1a3825

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • pkg/oc/cli/admin/release

pkg/oc/cli/admin/release/new.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1305,7 +1305,7 @@ func writePayload(w io.Writer, is *imageapi.ImageStream, cm *CincinnatiMetadata,
13051305
// get put in a scoped bucket at the end. Only a few components should need to
13061306
// be in the global order.
13071307
if !strings.HasPrefix(filename, "0000_") {
1308-
filename = fmt.Sprintf("0000_70_%s_%s", name, filename)
1308+
filename = fmt.Sprintf("0000_50_%s_%s", name, filename)
13091309
}
13101310
if count, ok := files[filename]; ok {
13111311
ext := path.Ext(path.Base(filename))

0 commit comments

Comments
 (0)