microcks / microcks-ansible-operator

Kubernetes Operator for easy setup and management of Microcks installs
Apache License 2.0
24 stars 5 forks source link

Align Ingress API version to networking.k8s.io/v1 #94

Closed lbroudoux closed 1 year ago

lbroudoux commented 1 year ago

Ingress API version has been updated in #44 in creation mode but not in request mode. We'd better align both to prevent API warnings or errors (BTW this does not make the operator fail but produce ugly logs 😉 )

lbroudoux commented 1 year ago

Now present into nightly tagged container image