Soluto / helm-charts

Soluto's Helm Charts Repository
MIT License
8 stars 12 forks source link

Bump ingress API version due to deprecation in k8s 1.16 #52

Closed lgg42 closed 3 years ago

lgg42 commented 3 years ago

K8s 1.16 is deprecating the ingress object API: https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/ The new ingress API version networking.k8s.io/v1beta1 is available since k8s 1.14 This PR is in order for teams migrating to k8s >=1.16 be still able to use Kamus from the upstream chart repository.

lgg42 commented 3 years ago

Hello there??

mcanaves commented 3 years ago

@shaikatz or @omerlh any suggestion?

shaikatz commented 3 years ago

It was totally missed by us, we are sorry. Anyway, the beta ingress is available until 1.22. I'll merge it now since that's a change that should happen.

Edit: I was confused with networking.k8s.io/v1. we will have to support it soon as well.

mcanaves commented 3 years ago

Thanks!