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

Horusec platform helm not working properly #966

Closed
nathanmartinszup opened this issue Feb 1, 2022 · 1 comment
Closed

Horusec platform helm not working properly #966

nathanmartinszup opened this issue Feb 1, 2022 · 1 comment
Labels
kind/bug Something isn't working project/horusec-platform This issue is related to the project https://github.com/ZupIT/horusec-platform

Comments

@nathanmartinszup
Copy link
Contributor

nathanmartinszup commented Feb 1, 2022

The extensions/v1beta1 and networking.k8s.io/v1beta1 API versions of Ingress are no longer supported in v1.22. Our helm files don't support this changes, there will be needed to update the api version according by version:

>=1.19-0
networking.k8s.io/v1

>=1.14-0 && < 1.19-0
networking.k8s.io/v1beta1

< 1.14-0 
extensions/v1beta1

This problem was reported by a forum post, here is the reported error:

Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: unable to recognize “”: no matches for kind “Ingress” in version “networking.k8s.io/v1beta1"

@nathanmartinszup nathanmartinszup added kind/bug Something isn't working project/horusec-platform This issue is related to the project https://github.com/ZupIT/horusec-platform labels Feb 1, 2022
@nathanmartinszup
Copy link
Contributor Author

ZupIT/horusec-platform#545 fixes the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working project/horusec-platform This issue is related to the project https://github.com/ZupIT/horusec-platform
Projects
None yet
Development

No branches or pull requests

1 participant