-
Notifications
You must be signed in to change notification settings - Fork 273
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
Error listing applications #1000
Comments
There seem to be a bunch of breaking changes that weren't communicated but I fixed this by installing the new cluster roles and cluster role bindings described here: https://github.com/argoproj-labs/argocd-image-updater/blob/master/manifests/base/rbac/argocd-image-updater-clusterrole.yaml |
Thanks for your reply! Those are equal to https://github.com/argoproj-labs/argocd-image-updater/blob/master/manifests/install.yaml#L29, so that did not help, unfortunately. |
I just tried the install steps in https://argocd-image-updater.readthedocs.io/en/latest/install/installation/, and works fine and apps are being updated:
Did you install image-updater in the same namespace as argo-cd control plane? |
Yes, it is in the same namespace as argo-cd. Shouldn't really matter as the |
Describe the bug
Using the
install.yml
file with the latest version the argocd-image-updater reports that it cannot list the applications:I think the permissions are correct (unmodified from the
install.yaml
file):To Reproduce
Steps to reproduce the behavior:
Expected behavior
image-updater retrieves a list of applications.
Version
0.15.2
The text was updated successfully, but these errors were encountered: