-
Notifications
You must be signed in to change notification settings - Fork 479
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
Migrate CRDs to v1 namespace #709
Comments
This will also apply to - https://github.com/openfaas/ingress-operator and https://github.com/inlets/inlets-operator |
@LucasRoesler please could you take a look? |
@alexellis i am also getting the following lint errors
|
Doing a little bit of research
If we upgrade the CRD api group, the minimum version become 1.16, while updating the RBAC group bumps the minium verison to 1.17 Current versions in the major cloud providers:
|
Apparently the operator RBAC was already upgraded
|
Migrate CRDs to v1 namespace
Expected Behaviour
helm lint
should pass without failing a CI build, however with the latest version of helm3, this causes an unrecoverable error in CI.Steps to reproduce the issue
arkade get helm --version v3.4.0
See failing error.
Possible solution
Here is an example PR from the Contour project projectcontour/contour#2678
The text was updated successfully, but these errors were encountered: