[bitnami/redis-sentinel] Release redis-sentinel-7.4.2-debian-12-r9 (#80323)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-04-15 05:03:11 +02:00
committed by GitHub
parent 109d9d5ff8
commit 726d160e77
2 changed files with 2 additions and 3 deletions

View File

@@ -8,10 +8,10 @@ ARG TARGETARCH
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2025-04-07T14:57:02Z" \
org.opencontainers.image.created="2025-04-15T02:37:30Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/redis-sentinel/README.md" \
org.opencontainers.image.ref.name="7.4.2-debian-12-r8" \
org.opencontainers.image.ref.name="7.4.2-debian-12-r9" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/redis-sentinel" \
org.opencontainers.image.title="redis-sentinel" \
org.opencontainers.image.vendor="Broadcom, Inc." \

View File

@@ -256,7 +256,6 @@ redis_initialize() {
else
redis_conf_set tls-ca-cert-file "$REDIS_SENTINEL_TLS_CA_FILE"
fi
[[ -n "$REDIS_SENTINEL_TLS_DH_PARAMS_FILE" ]] && redis_conf_set tls-dh-params-file "$REDIS_SENTINEL_TLS_DH_PARAMS_FILE"
redis_conf_set tls-auth-clients "$REDIS_SENTINEL_TLS_AUTH_CLIENTS"
redis_conf_set tls-replication yes