Imunhatep opened a new issue #68: URL: https://github.com/apache/pulsar-helm-chart/issues/68
**Describe the bug** Enabling `certs.internal_issuer.enabled=true` results in failed setup as CRD for cert-managers resources does not exist: ``` Error: unable to build kubernetes objects from release manifest: [unable to recognize "": no matches for kind "Certificate" in version "cert-manager.io/v1alpha2", unable to recognize "": no matches for kind "Issuer" in version "cert-manager.io/v1alpha2"] ``` cert-manager has released a stable version with updated `apiVersion: cert-manager.io/v1` fyi: there are many cert-manager api versions v1alpha2,v1alpha3,v1beta1 **To Reproduce** helm upgrade --install pulsar -n pulsar apache/pulsar --values certs.internal_issuer.enabled=true **Expected behavior** Configurable external CRD api-versions in value.yaml ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org