We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9df27cd commit 7dcf4a2Copy full SHA for 7dcf4a2
pkg/test/extensions/binary.go
@@ -333,6 +333,10 @@ var extensionBinaries = []TestBinary{
333
imageTag: "service-ca-operator",
334
binaryPath: "/usr/bin/service-ca-operator-tests-ext.gz",
335
},
336
+ {
337
+ imageTag: "oc-mirror",
338
+ binaryPath: "/usr/bin/oc-mirror-tests-ext.gz",
339
+ },
340
}
341
342
// Info returns information about this particular extension.
0 commit comments