Synchronize upstreamed folder to 444f959fd

This commit is contained in:
bitnami-bot
2019-07-03 10:36:33 +00:00
parent 23a59c9d56
commit 241a2f32a7
3 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: redis
version: 8.0.14
version: 8.0.15
appVersion: 5.0.5
description: Open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets.
keywords:

View File

@@ -4,7 +4,7 @@
image:
registry: docker.io
repository: redis
tag: '4.0.11'
tag: '5.0.5'
master:
command: "redis-server"

View File

@@ -17,7 +17,7 @@ data:
timeout -s 9 $1 \
redis-cli \
{{- if .Values.usePassword }}
-a $REDIS_PASSWORD \
-a $REDIS_PASSWORD --no-auth-warning \
{{- end }}
-h localhost \
-p $REDIS_PORT \
@@ -36,7 +36,7 @@ data:
timeout -s 9 $1 \
redis-cli \
{{- if .Values.usePassword }}
-a $REDIS_PASSWORD \
-a $REDIS_PASSWORD --no-auth-warning \
{{- end }}
-h localhost \
-p $REDIS_PORT \
@@ -56,7 +56,7 @@ data:
timeout -s 9 $1 \
redis-cli \
{{- if .Values.usePassword }}
-a $REDIS_PASSWORD \
-a $REDIS_PASSWORD --no-auth-warning \
{{- end }}
-h localhost \
-p $REDIS_SENTINEL_PORT \
@@ -91,7 +91,7 @@ data:
timeout -s 9 $1 \
redis-cli \
{{- if .Values.usePassword }}
-a $REDIS_MASTER_PASSWORD \
-a $REDIS_MASTER_PASSWORD --no-auth-warning \
{{- end }}
-h $REDIS_MASTER_HOST \
-p $REDIS_MASTER_PORT_NUMBER \
@@ -110,7 +110,7 @@ data:
timeout -s 9 $1 \
redis-cli \
{{- if .Values.usePassword }}
-a $REDIS_MASTER_PASSWORD \
-a $REDIS_MASTER_PASSWORD --no-auth-warning \
{{- end }}
-h $REDIS_MASTER_HOST \
-p $REDIS_MASTER_PORT_NUMBER \