diff --git a/pkg/test/extensions/binary.go b/pkg/test/extensions/binary.go index 2785aa5dfc3c..1a5f3f28621b 100644 --- a/pkg/test/extensions/binary.go +++ b/pkg/test/extensions/binary.go @@ -313,6 +313,10 @@ var extensionBinaries = []TestBinary{ imageTag: "cluster-authentication-operator", binaryPath: "/usr/bin/cluster-authentication-operator-tests-ext.gz", }, + { + imageTag: "cluster-cloud-controller-manager-operator", + binaryPath: "/usr/bin/cloud-controller-manager-aws-tests-ext.gz", + }, { imageTag: "cloud-credential-operator", binaryPath: "/usr/bin/cloud-credential-tests-ext.gz",