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

🤖 Sync from open-cluster-management-io/config-policy-controller: #255, #253 #878

Merged
merged 2 commits into from
May 28, 2024

Commits on May 28, 2024

  1. Update to UBI 9 to match downstream

    Adding the "-y" to the microdnf update command will fix the downstream
    CI too once it syncs.
    
    Signed-off-by: mprahl <mprahl@users.noreply.github.com>
    (cherry picked from commit af54e67)
    mprahl authored and Magic Mirror committed May 28, 2024
    Configuration menu
    Copy the full SHA
    ef18120 View commit details
    Browse the repository at this point in the history
  2. Add the recreateOption to the object template

    When a user needs to update an object's immutable fields, the object
    must be replaced. The user may opt-in to setting recreateOption on an
    object template to "IfRequired" and "Always". When set to "IfRequired",
    normal updates proceed when possible.
    
    Relates:
    https://issues.redhat.com/browse/ACM-11846
    
    Signed-off-by: mprahl <mprahl@users.noreply.github.com>
    (cherry picked from commit 0bb6329)
    mprahl authored and Magic Mirror committed May 28, 2024
    Configuration menu
    Copy the full SHA
    9d28d2d View commit details
    Browse the repository at this point in the history