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

MariaDB-Operator updates #114

Merged
merged 3 commits into from
Mar 8, 2024
Merged

Commits on Mar 7, 2024

  1. fix: remove mariadb-operator submodule

    Nothing in our stack uses the mariadb-operator submodule from our local path.
    This change eliminates the submodule because we've no reason to keep it.
    
    Signed-off-by: Kevin Carter <[email protected]>
    cloudnull committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    e9120db View commit details
    Browse the repository at this point in the history
  2. fix: update our galera cluster manifest to run the latest stable

    This change is updating the mariadb-galera manifest to use the latest images
    and system config. This is being done to help resolve some of the deadlock
    issues being experienced when the cluster is under load.
    
    This change also brings in a LOT of fixes into the operator, which should
    help make our platform run better, generally.
    
    All of the CRD references have been updated to use the stable release of the
    operator, version 0.26.0.
    
    > Metrics were enabled by default now that we're metric collection is on deployed.
    
    Signed-off-by: Kevin Carter <[email protected]>
    cloudnull committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    e00c1ca View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

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