Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cert Manager app fails to install properly because of an incorrect docker image tag #1788

Open
1 of 3 tasks
stabai opened this issue Jun 2, 2022 · 0 comments
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

Comments

@stabai
Copy link

stabai commented Jun 2, 2022

Category:

Kubernetes apps

Type:

  • Bug
  • Feature Request
  • Process

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 a v 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.

@stabai stabai added kind/k8s Related to the Kubernetes application needs-triage This wasn't investigate by the repo's owners yet labels Jun 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/k8s Related to the Kubernetes application needs-triage This wasn't investigate by the repo's owners yet
Projects
None yet
Development

No branches or pull requests

1 participant