Skip to content

Commit 6a4b5c3

Browse files
committed
UPSTREAM: <carry>: Promote regression-issue-74839 to 1.5
Signed-off-by: arkadeepsen <arsen@redhat.com>
1 parent 43b8327 commit 6a4b5c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/utils/image/manifest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ func initImageConfigs(list RegistryList) (map[ImageID]Config, map[ImageID]Config
232232
// Pause - when these values are updated, also update cmd/kubelet/app/options/container_runtime.go
233233
configs[Pause] = Config{list.GcRegistry, "pause", "3.10.1"}
234234
configs[Perl] = Config{list.PromoterE2eRegistry, "perl", "5.26"}
235-
configs[RegressionIssue74839] = Config{list.PromoterE2eRegistry, "regression-issue-74839", "1.4"}
235+
configs[RegressionIssue74839] = Config{list.PromoterE2eRegistry, "regression-issue-74839", "1.5"}
236236
configs[ResourceConsumer] = Config{list.PromoterE2eRegistry, "resource-consumer", "1.13"}
237237
configs[VolumeNFSServer] = Config{list.PromoterE2eRegistry, "volume/nfs", "1.4"}
238238
configs[VolumeISCSIServer] = Config{list.PromoterE2eRegistry, "volume/iscsi", "2.6"}

0 commit comments

Comments
 (0)