helm install \
cert-manager jetstack/cert-manager
--namespace cert-manager
--create-namespace
--version v1.13.0
--set installCRDs=true
Error: INSTALLATION FAILED: failed post-install: 1 error occurred: * timed out waiting for the condition
I did the steps in the site https://cert-manager.io/docs/installation/helm/.
i did try different versions but i got same error.
ı solve the problem with "--debug --dry-run" "helm install cert-manager jetstack/cert-manager --namespace cert-manager --version v1.7.1 --set installCRDs=true --debug --dry-run".