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

Bug 1891995: Add spec hash to service's label to ensure service is correct #1848

Merged

Commits on Nov 2, 2020

  1. Add spec hash to service's label to ensure service is correct

    Calculate hash from service spec and add it to service's labels.
    Will use this hash info to ensure service during catalog source
    reconciliation. This feature will force OLM to recreate new
    service if the hash doesn't match to avoid stale service with
    the same name.
    
    Signed-off-by: Vu Dinh <vdinh@redhat.com>
    dinhxuanvu committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    07c9c32 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Add unit test case to grpc and configmap reconciler test

    Signed-off-by: Vu Dinh <vdinh@redhat.com>
    dinhxuanvu committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    0a85c53 View commit details
    Browse the repository at this point in the history