aws / aws-app-mesh-controller-for-k8s

A controller to help manage App Mesh resources for a Kubernetes cluster.
Apache License 2.0
182 stars 110 forks source link

cert-manager api deprecated #763

Closed kangsheng89 closed 3 months ago

kangsheng89 commented 3 months ago

Describe the bug Current appmesh is using cert-manager.io/v1alpha2 which are no longer served in cert-manager 1.6 and are fully removed in cert-manager 1.7 https://cert-manager.io/docs/releases/upgrading/remove-deprecated-apis/

Steps to reproduce

Expected outcome appmesh is upgraded with cert-manager api

Environment

Additional Context:

kangsheng89 commented 3 months ago

My mistake, just need to add helm capabilities of cert-manager.io/v1 api then it can be supported