From f0655edcd8265f1fdbdc17f52eafd3399537fc56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20de=20Paz=20Gal=C3=A1n?= Date: Fri, 29 Jan 2021 17:03:29 +0100 Subject: [PATCH] [bitnami/redis-cluster] Fix zombie processes in probes (#5335) Signed-off-by: fdepaz --- bitnami/redis-cluster/Chart.yaml | 2 +- bitnami/redis-cluster/templates/scripts-configmap.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/redis-cluster/Chart.yaml b/bitnami/redis-cluster/Chart.yaml index a076ea710..0429b78b7 100644 --- a/bitnami/redis-cluster/Chart.yaml +++ b/bitnami/redis-cluster/Chart.yaml @@ -23,4 +23,4 @@ name: redis-cluster sources: - https://github.com/bitnami/bitnami-docker-redis - http://redis.io/ -version: 4.3.0 +version: 4.3.1 diff --git a/bitnami/redis-cluster/templates/scripts-configmap.yaml b/bitnami/redis-cluster/templates/scripts-configmap.yaml index 192ff958a..b4ad114c2 100644 --- a/bitnami/redis-cluster/templates/scripts-configmap.yaml +++ b/bitnami/redis-cluster/templates/scripts-configmap.yaml @@ -18,7 +18,7 @@ data: export REDISCLI_AUTH=$REDIS_PASSWORD {{- end }} response=$( - timeout -s 9 $1 \ + timeout -s 3 $1 \ redis-cli \ -h localhost \ {{- if .Values.tls.enabled }} @@ -44,7 +44,7 @@ data: export REDISCLI_AUTH=$REDIS_PASSWORD {{- end }} response=$( - timeout -s 9 $1 \ + timeout -s 3 $1 \ redis-cli \ -h localhost \ {{- if .Values.tls.enabled }}