-
Notifications
You must be signed in to change notification settings - Fork 804
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
Bumping apiVersion for healtchecks crd definition #1049
Conversation
Some potential problems to consider:
|
Hey @carlosrecuero, Thanks for the feedback! I have two clarification questions before I go and add more changes.
Thanks! |
|
When deploying the healthchecks operator on the latest version of `kind` it will fail, because `apiextensions.k8s.io/v1beta1` is not supported any longer. This bumps the `apiVersion` to the stable version and adds minimal changes to adhere to the specification. Also adding a copy of the pre v1.22 CRD.
Hey @carlosrecuero and @sungam3r ! |
I do not use/understand this part of project, waiting for @carlosrecuero . |
Sorry for the delay. Approved. |
Awesome thanks! I can’t merge since I am missing write access, so I guess someone of you will press the button? :) |
What this PR does / why we need it:
When deploying the healthchecks operator on the latest version of
kind
it will fail, becauseapiextensions.k8s.io/v1beta1
is not supported any longer.This bumps the
apiVersion
to the stable version and adds minimal changes to adhere to the specification.Which issue(s) this PR fixes:
Fixes #723
Special notes for your reviewer: -
Does this PR introduce a user-facing change?: No