-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml contains argocd:v2.13.0-rc1 #19949
Comments
my case here as well, anyone knows how to resolve this issue? |
Replace the resources in the base kustomization used by autopilot in YOUR git repo where autopilot is installed at
to
Create a directory under bootstrap/argocd/autopilot-manifests/base with the following kustomization.yaml
Test with This will override the default manifest. Note that argocd version will be will locked to v2.12.3 and not updated automatically. |
@pasha-codefresh, can you revert the version back please? |
This was a problem with the 2.13 pre-release, now fixed, please confirm. |
Stable channel manifest contains v2.13.0-rc1 version.
Currently installations done with autopilot points at this repo and automatically sync.
( https://github.com/argoproj-labs/argocd-autopilot/blob/main/manifests/base/kustomization.yaml ) .
( and in my case argocd-notifications-controller is in CrashLoopBackOff :-( )
The text was updated successfully, but these errors were encountered: