We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What did you do?
We are using install pkg to resolve the strategy which gives an error with the new version v0.31.0 of k8s APIS
v0.31.0
Link to the code where we are using the install pkg https://github.com/red-hat-storage/ocs-operator/blob/main/pkg/deploy-manager/subscription.go#L603
What did you expect to see?
Import should work without any issues
What did you see instead? Under which circumstances?
could not import github.com/operator-framework/operator-lifecycle-manager/pkg/controller/install (-: # github.com/operator-framework/operator-lifecycle-manager/pkg/controller/install vendor/github.com/operator-framework/operator-lifecycle-manager/pkg/controller/install/attributes_util.go:15:13: invalid map key type authorizer.AttributesRecord) (typecheck) "github.com/operator-framework/operator-lifecycle-manager/pkg/controller/install" ^
Environment
github.com/operator-framework/operator-lifecycle-manager v0.28.0
Possible Solution
k8s APIS require an update to the v0.31.0
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Fixed with #3374
Sorry, something went wrong.
No branches or pull requests
Bug Report
What did you do?
We are using install pkg to resolve the strategy which gives an error with the new version
v0.31.0
of k8s APISLink to the code where we are using the install pkg
https://github.com/red-hat-storage/ocs-operator/blob/main/pkg/deploy-manager/subscription.go#L603
What did you expect to see?
Import should work without any issues
What did you see instead? Under which circumstances?
Environment
github.com/operator-framework/operator-lifecycle-manager v0.28.0
Possible Solution
k8s APIS require an update to the
v0.31.0
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: