Skip to content

Commit 8c0d58d

Browse files
committed
cherry-pick 30270 to release-4.20
1 parent 3bbd10e commit 8c0d58d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pkg/test/extensions/binary.go

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,18 @@ var extensionBinaries = []TestBinary{
217217
imageTag: "cluster-kube-storage-version-migrator-operator",
218218
binaryPath: "/usr/bin/cluster-kube-storage-version-migrator-operator-tests-ext.gz",
219219
},
220+
{
221+
imageTag: "cluster-openshift-controller-manager-operator",
222+
binaryPath: "/usr/bin/cluster-openshift-controller-manager-operator-tests-ext.gz",
223+
},
224+
{
225+
imageTag: "openshift-controller-manager",
226+
binaryPath: "/usr/bin/openshift-controller-manager-tests-ext.gz",
227+
},
228+
{
229+
imageTag: "cluster-config-operator",
230+
binaryPath: "/usr/bin/cluster-config-operator-tests-ext.gz",
231+
},
220232
}
221233

222234
// Info returns information about this particular extension.

0 commit comments

Comments
 (0)