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

Support upgrading TempoMonolithic CR #850

Merged
merged 5 commits into from
Apr 18, 2024

Commits on Mar 13, 2024

  1. Support upgrading TempoMonolithic CR

    Signed-off-by: Andreas Gerstmayr <[email protected]>
    andreasgerstmayr committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    4fc897b View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. return FailedUpgrade reason in status field, add RBAC for creating ev…

    …ents
    
    Signed-off-by: Andreas Gerstmayr <[email protected]>
    andreasgerstmayr committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    1905bc3 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. don't run upgrade on new CRs

    Signed-off-by: Andreas Gerstmayr <[email protected]>
    andreasgerstmayr committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    151c67a View commit details
    Browse the repository at this point in the history
  2. run upgrade only in reconcile

    There's no point in running the upgrade logic at startup and at
    reconcile, because the operator also reconciles all managed
    instances at startup.
    
    Signed-off-by: Andreas Gerstmayr <[email protected]>
    andreasgerstmayr committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    d7a3e8e View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

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