Update Redis chart to v5.1.3

master
stefanprodan 2018-12-27 15:02:43 +02:00
parent b44448c526
commit cd74d7e607
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ spec:
chart: chart:
repository: https://kubernetes-charts.storage.googleapis.com/ repository: https://kubernetes-charts.storage.googleapis.com/
name: redis name: redis
version: 4.2.10 version: 5.1.3
valueFileSecrets: valueFileSecrets:
# the redis-auth secret contains the password value # the redis-auth secret contains the password value
- name: redis-auth - name: redis-auth
@ -23,7 +23,7 @@ spec:
usePassword: true usePassword: true
image: image:
repository: bitnami/redis repository: bitnami/redis
tag: 4.0.11 tag: 4.0.12
service: service:
type: ClusterIP type: ClusterIP
port: 6379 port: 6379