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

🐛 [Fix] Constant reconciles due to Catalog's poll interval #812

Merged

Commits on May 3, 2024

  1. [Fix] Fix constant reconciles due to Catalog

    Due to the polling feature in the Catalog, the `lastPolledInterval` in the
    Catalog's status gets updated. Because of this there is a reconcile is trigrred
    every time the catalog is polled, even though there is no change in the
    resolved image ref SHA.
    
    This causes unnecessary continuous reconciles in the CE. To overcome this,
    a Predicate is added to accept update events only when there is a change in
    Resolved reference.
    
    Signed-off-by: Varsha Prasad Narsing <varshaprasad96@gmail.com>
    varshaprasad96 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    f1da0d9 View commit details
    Browse the repository at this point in the history