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: change v1.JSON for HelmRelease to pointer #185

Merged
merged 2 commits into from
Sep 1, 2020

Commits on Aug 28, 2020

  1. Configuration menu
    Copy the full SHA
    2078d04 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. Change readiness check for HelmRelease

    As the HelmRelease injects its own HelmChart, the first reconciliation
    will always trigger a `Ready==False` condition while it waits for the
    chart to become ready. Given this, we should only take this condition
    into account when the `status.LastAttemptedRevision` has been recorded,
    as this marks the fact that the chart is available and an action was
    attempted.
    hiddeco committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    e751bdc View commit details
    Browse the repository at this point in the history