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

helmrepo: same revision different checksum scenario #691

Merged
merged 1 commit into from
Apr 27, 2022

Commits on Apr 27, 2022

  1. helmrepo: same revision different checksum condn

    This change prevents Reconciling and ArtifactOutdated conditions to be
    set on HelmRepo when the checksum of a cached repo index changes.
    
    Adds some tests to ensure that when the repo index is cached, the
    revision and checksum of the returned artifact are the same as on the
    existing object status.
    Also adds checks for the returned artifact and chartRepo from
    reconcileSource, to ensure that chartRepo is populated and the checksum
    of a new potential artifact is always empty, as it's populated when the
    artifact is written in the storage.
    
    Signed-off-by: Sunny <darkowlzz@protonmail.com>
    darkowlzz committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    eeaa958 View commit details
    Browse the repository at this point in the history