ZupIT/horusec

networking.k8s.io/v1beta1 Ingress deprecated in v1.19+

Closed this issue · 2 comments

The Operator is always using networking.k8s.io/v1beta1 Ingress and this resource version is deprecated in v1.19+ and unavailable in v1.22+.
We should change this behavior to verify the current cluster version and use networking.k8s.io/v1 Ingress when v1.19+.

This problem was fixed in the new operator version v2.2.3, so i will be closing this issue.