Skip to content

Commit a833d7a

Browse files
committed
try if we can upgrade to latest redis chart
1 parent 18b76d8 commit a833d7a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
dependencies:
22
- name: redis
3-
version: 11.3.4
3+
version: 20.6.3
44
# Use helm repo from the git repo because bitnami removed charts from the
55
# official index to keep the index small. On next upgrade, this should be
66
# changed to use the official repo. Context:
77
# https://github.com/bitnami/charts/issues/10539
8-
repository: https://raw.githubusercontent.com/bitnami/charts/defb094c658024e4aa8245622dab202874880cbc/bitnami/
8+
repository: https://charts.bitnami.com/bitnami
99
alias: redis-ephemeral

charts/redis-ephemeral/values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
redis-ephemeral:
22
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:
66
enabled: false
77
master:
88
persistence:

0 commit comments

Comments
 (0)