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
Is your feature request related to a problem? Please describe.
When working on #235 with @m1pl we encountered the following:
apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
The apiVersion for CRDs has been updated, and we need to update somewhere in the future to avoid deprecation.
Describe the solution you'd like
An update to all CRD, so they will be compliant with the changes introduced to the CRD kind
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've
considered.
Is your feature request related to a problem? Please describe.
When working on #235 with @m1pl we encountered the following:
The apiVersion for CRDs has been updated, and we need to update somewhere in the future to avoid deprecation.
Describe the solution you'd like
An update to all CRD, so they will be compliant with the changes introduced to the CRD kind
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've
considered.
Additional context
A very similar situation can be found here
The text was updated successfully, but these errors were encountered: