Skip to content
New issue

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

CustomResourceDefinitions in deploy/crds/ should be updated to apiextensions.k8s.io/v1 #73

Closed
ellieayla opened this issue Dec 11, 2021 · 1 comment

Comments

@ellieayla
Copy link

The apiextensions.k8s.io/v1beta1 API version of CustomResourceDefinition is no longer served as of Kubernetes v1.22. https://kubernetes.io/docs/reference/using-api/deprecation-guide/#customresourcedefinition-v122

https://github.com/movetokube/postgres-operator/blob/8879217a37d87caf2e1bb8e2c220d5ae172a9fc7/deploy/crds/db.movetokube.com_postgres_crd.yaml

https://github.com/movetokube/postgres-operator/blob/8879217a37d87caf2e1bb8e2c220d5ae172a9fc7/deploy/crds/db.movetokube.com_postgresusers_crd.yaml

@hitman99
Copy link
Member

Closing this issue as version 1.0.0 was just released with support for Kubernetes 1.22 (apiextensions.k8s.io/v1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants