robbietjuh / cert-manager-webhook-transip

A cert-manager webhook for requesting DNS-01 certs with TransIP as the DNS provider
Apache License 2.0
17 stars 27 forks source link

Replace use of deprecated (1.19) and dropped (1.22) apiVersion for APIService #10

Open Omar007 opened 3 years ago

Omar007 commented 3 years ago

The deployment files are currently using apiVersion apiregistration.k8s.io/v1beta1 for the APIService, which is deprecated in 1.19+ and dropped completely in 1.22+. The apiVersion to use is apiregistration.k8s.io/v1. This apiVersion has been available since 1.10. No notable changes or migration steps needed according to the migration guide.

rdeveen commented 2 years ago

12