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

Logging operator update #574

Merged
merged 4 commits into from
Jun 19, 2023
Merged

Logging operator update #574

merged 4 commits into from
Jun 19, 2023

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    70e72f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ed69bc View commit details
    Browse the repository at this point in the history
  3. chore: add helm chart repository to chart-testing configuration

    kube-logging has moved to a new repository.
    smlx committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    9b64d8f View commit details
    Browse the repository at this point in the history
  4. fix: ensure that workloads are updated on logging-operator upgrade

    This flag causes e.g. daemonsets and statefulsets to be forcefully
    deleted and recreated if required for a configuration change.
    
    Unfortunately this can mean transient data loss (e.g. data in buffers),
    but that seems to be a reasonable tradeoff.
    smlx committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    ae7c7d0 View commit details
    Browse the repository at this point in the history