-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
helm:bugfix - handle kubernetes ingress api depreciation (#545)
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 <nathan.martins@zup.com.br>
- Loading branch information
1 parent
37cb256
commit c06306c
Showing
1 changed file
with
24 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters