You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When ArgoCD is used to sync a catalog source that uses the olm.catalogImageTemplate to set the image name, the image is replaced using the template. ArgoCD then thinks the resource is out of sync, because the image name doesn't match the desired state.
Describe the solution you'd like
Automatically ignore that difference by ignoring fields set by the catalog manager, the same way we set tekton exclusions here.