Cert Manager app fails to install properly because of an incorrect docker image tag #1788
Open
1 of 3 tasks
Labels
kind/k8s
Related to the Kubernetes application
needs-triage
This wasn't investigate by the repo's owners yet
Category:
Kubernetes apps
Type:
When using Click to Deploy's installer for Cert Manager, one of the components fails to start up properly after installation. After investigating the issue, I saw that the reason was that it was failing to pull the image
quay.io/jetstack/cert-manager-acmesolver:1.7.2
. It should actually have av
at the front of the label, before the version number:quay.io/jetstack/cert-manager-acmesolver:v1.7.2
. Editing it manually to make this change fixed the issue for me.The text was updated successfully, but these errors were encountered: