[bitnami/redis-cluster] Fix zombie processes in probes (#5335)

Signed-off-by: fdepaz <fdepaz@bitnami.com>
This commit is contained in:
Francisco de Paz Galán
2021-01-29 17:03:29 +01:00
committed by GitHub
parent 455e739724
commit f0655edcd8
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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 }}