We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6264449 commit f562ca9Copy full SHA for f562ca9
1 file changed
pkg/test/extensions/binary.go
@@ -179,6 +179,10 @@ var extensionBinaries = []TestBinary{
179
imageTag: "machine-api-operator",
180
binaryPath: "/machine-api-tests-ext.gz",
181
},
182
+ {
183
+ imageTag: "cluster-capi-operator",
184
+ binaryPath: "/cluster-capi-operator-ext.gz",
185
+ },
186
{
187
imageTag: "cluster-control-plane-machine-set-operator",
188
binaryPath: "/cluster-control-plane-machine-set-operator-ext.gz",
0 commit comments