File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
dependencies :
2
2
- name : redis
3
- version : 11.3.4
3
+ version : 20.6.3
4
4
# Use helm repo from the git repo because bitnami removed charts from the
5
5
# official index to keep the index small. On next upgrade, this should be
6
6
# changed to use the official repo. Context:
7
7
# https://github.com/bitnami/charts/issues/10539
8
- repository : https://raw.githubusercontent .com/bitnami/charts/defb094c658024e4aa8245622dab202874880cbc/bitnami/
8
+ repository : https://charts.bitnami .com/bitnami
9
9
alias : redis-ephemeral
Original file line number Diff line number Diff line change 1
1
redis-ephemeral :
2
2
usePassword : false
3
- # We use a single node redis for now. In the future
4
- # it will be very easy to move to a sentinel based setup
5
- cluster :
3
+ # We use a single node redis for now.
4
+ architecture : standalone
5
+ auth :
6
6
enabled : false
7
7
master :
8
8
persistence :
You can’t perform that action at this time.
0 commit comments