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

Syncing latest changes from upstream master for rook #740

Merged
merged 5 commits into from
Oct 3, 2024

Commits on Oct 2, 2024

  1. core: add ROOK_REVISION_HISTORY_LIMIT operator setting

    This adds an operator config setting ROOK_REVISION_HISTORY_LIMIT
    defaulting to kubernetes'value for RevisionHistoryLimit.
    
    If configured, the provided value will be used as RevisionHistoryLimit
    
    for all Deployments rook creates.
    
    Fixes: rook#12722
    
    Signed-off-by: Michael Adam <[email protected]>
    obnoxxx committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    ab8fd90 View commit details
    Browse the repository at this point in the history
  2. helm: add revisionHistoryLimit setting

    Co-authored-by: Travis Nielsen <[email protected]>
    Signed-off-by: Michael Adam <[email protected]>
    obnoxxx and travisn committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    20f0031 View commit details
    Browse the repository at this point in the history
  3. Merge pull request rook#14775 from obnoxxx/revision-history-limit

    core: add ROOK_REVISION_HISTORY_LIMIT operator setting
    BlaineEXE authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b2d2dc7 View commit details
    Browse the repository at this point in the history
  4. helm: add enforce host network setting

    The ROOK_ENFORCE_HOST_NETWORK option was implemented recently
    and now we add the helm setting to expose this new setting
    in the rook chart.
    
    Signed-off-by: Travis Nielsen <[email protected]>
    travisn committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    810de39 View commit details
    Browse the repository at this point in the history
  5. Merge pull request rook#14791 from travisn/helm-host-network

    helm: Add enforce host network setting
    travisn authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    fc2ac66 View commit details
    Browse the repository at this point in the history