We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cbc2eb commit 49edde5Copy full SHA for 49edde5
pkg/test/extensions/binary.go
@@ -251,6 +251,10 @@ var extensionBinaries = []TestBinary{
251
imageTag: "cluster-version-operator",
252
binaryPath: "/usr/bin/cluster-version-operator-tests.gz",
253
},
254
+ {
255
+ imageTag: "cluster-network-operator",
256
+ binaryPath: "/usr/bin/cluster-network-operator-tests-ext.gz",
257
+ },
258
}
259
260
// Info returns information about this particular extension.
0 commit comments