argoproj / argoproj-deployments

Deployment repository for Argoproj CI/CD
https://cd.apps.argoproj.io
235 stars 124 forks source link

Upgrade cert-manager objects #26

Open jsoref opened 1 year ago

jsoref commented 1 year ago

https://cert-manager.io/docs/installation/upgrading/remove-deprecated-apis/

Sync Failed one or more synchronization tasks are not valid (retried 5 times).

The Kubernetes API could not find version "v1alpha2" of cert-manager.io/Certificate for requested resource argo/argo-workflows-cert. Version "v1" of cert-manager.io/Certificate is installed on the destination cluster.

https://cd.apps.argoproj.io/applications/argocd/argo-workflows?operation=true&resource=

agilgur5 commented 7 months ago

It looks like this was due to the cert-manager upgrade in #21, which updated its CRDs from using v1alpha2 to v1.

Dex and a few Argo projects are getting this error right now and the Argo Workflows Server is erroring out trying to reach Dex. So this fix may bring a few of the services back online.

22 updated only CD, so that may be why it is still up