You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to update operator-sdk to java-operator-plugins v0.11.0.
What did you expect to see?
Clean integration.
What did you see instead? Under which circumstances?
internal/cmd/operator-sdk/cli/cli.go:174:4: cannot use &quarkusv1.Plugin{} (value of type *"github.com/operator-framework/java-operator-plugins/pkg/quarkus/v1beta".Plugin) as "sigs.k8s.io/kubebuilder/v3/pkg/plugin".Plugin value in argument to cli.WithPlugins: *"github.com/operator-framework/java-operator-plugins/pkg/quarkus/v1beta".Plugin does not implement "sigs.k8s.io/kubebuilder/v3/pkg/plugin".Plugin (wrong type for method SupportedProjectVersions)
have SupportedProjectVersions() []"sigs.k8s.io/kubebuilder/v4/pkg/config".Version
want SupportedProjectVersions() []"sigs.k8s.io/kubebuilder/v3/pkg/config".Version
Possible Solution
This was introduced in 059d5fc. Possibly degrade kubebuilder to v3 as it seems that operator-sdk is not updating it.
The text was updated successfully, but these errors were encountered:
Bug Report
What did you do?
I'm trying to update operator-sdk to java-operator-plugins v0.11.0.
What did you expect to see?
Clean integration.
What did you see instead? Under which circumstances?
Possible Solution
This was introduced in 059d5fc. Possibly degrade kubebuilder to v3 as it seems that operator-sdk is not updating it.
The text was updated successfully, but these errors were encountered: