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