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

helm:bugfix - handle kubernetes ingress api depreciation #545

Merged
merged 1 commit into from
Feb 2, 2022

Conversation

nathanmartinszup
Copy link
Contributor

@nathanmartinszup nathanmartinszup commented Feb 1, 2022

The extensions/v1beta1 and networking.k8s.io/v1beta1 API versions
of Ingress are no longer supported in v1.22. Platform helm files were no
able to handle with this changes. This pull request adds a validation
to check the cluster version and use a correct ingress api version.

Signed-off-by: Nathan Martins [email protected]

Issue referenced: ZupIT/horusec#966

- What I did

- How to verify it

- Description for the changelog

The extensions/v1beta1 and networking.k8s.io/v1beta1 API versions
of Ingress are no longer supported in v1.22. Platform helm files were no
able to handle with this changes. This pull request adds a validation
to check the cluster version and use a correct ingress api version.

Signed-off-by: Nathan Martins <[email protected]>
@nathanmartinszup nathanmartinszup merged commit c06306c into main Feb 2, 2022
@nathanmartinszup nathanmartinszup deleted the bugfix/ingress-helm branch February 2, 2022 12:28
nathanmartinszup added a commit that referenced this pull request Feb 2, 2022
The extensions/v1beta1 and networking.k8s.io/v1beta1 API versions
of Ingress are no longer supported in v1.22. Platform helm files were no
able to handle with this changes. This pull request adds a validation
to check the cluster version and use a correct ingress api version.

Signed-off-by: Nathan Martins <[email protected]>
(cherry picked from commit c06306c)
nathanmartinszup added a commit that referenced this pull request Feb 2, 2022
The extensions/v1beta1 and networking.k8s.io/v1beta1 API versions
of Ingress are no longer supported in v1.22. Platform helm files were no
able to handle with this changes. This pull request adds a validation
to check the cluster version and use a correct ingress api version.

Signed-off-by: Nathan Martins <[email protected]>
(cherry picked from commit c06306c)
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

Successfully merging this pull request may close these issues.

2 participants