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

redis-ha: fix busybox-ash-ism in redis_liveness.sh #294

Merged
merged 3 commits into from
Aug 26, 2024

Commits on Aug 22, 2024

  1. redis-ha: fix busybox-ash-ism in redis_liveness.sh

    The ${response:0:7} syntax is non-POSIX and not understood by Debian's
    dash shell, so if a Debian-based Redis image is used the liveness check
    breaks on slaves. A case statement makes this check more legible anyway,
    in my opinion, and works in all the POSIX-compatible shells (busybox
    ash, dash, and bash).
    
    Signed-off-by: Chris Boot <bootc@bootc.net>
    bootc committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    8e008c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Update Chart.yaml

    DandyDeveloper authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    f9043d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06961c3 View commit details
    Browse the repository at this point in the history